diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-03-09 10:58:30 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-03-09 10:58:30 +0000 |
commit | 3c6a395dff2ec7b47326d31902828d37b2721747 (patch) | |
tree | 8ddd1df9ef7cedd75113b1d85b703b1fcb76b796 /archivers | |
parent | 370549aec9f0b8c87e60863e120484f6aa1132c7 (diff) | |
download | pkgsrc-3c6a395dff2ec7b47326d31902828d37b2721747.tar.gz |
Assembler code results in undefined symbols on SunOS in general, too.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 25e9a12a1f4..6d905e5a7c2 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2011/11/22 05:49:00 enami Exp $ +# $NetBSD: Makefile,v 1.60 2012/03/09 10:58:30 fhajny Exp $ DISTNAME= zip30 PKGNAME= zip-3.0 @@ -35,7 +35,7 @@ BUILD_TARGET= generic CFLAGS+= -O .endif -.if !empty(PKGSRC_COMPILER:Msunpro) +.if !empty(PKGSRC_COMPILER:Msunpro) || ${OPSYS} == "SunOS" MAKE_FLAGS+= DISABLE_ASM=YES .endif |