summaryrefslogtreecommitdiff
path: root/archivers/zip/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2012-03-09 10:58:30 +0000
committerfhajny <fhajny@pkgsrc.org>2012-03-09 10:58:30 +0000
commit2a59ed18d238351b7a611bcf3f42a96bcf91c848 (patch)
tree8ddd1df9ef7cedd75113b1d85b703b1fcb76b796 /archivers/zip/Makefile
parent70da43f4911b01d610aa31460f1940af51e43b21 (diff)
downloadpkgsrc-2a59ed18d238351b7a611bcf3f42a96bcf91c848.tar.gz
Assembler code results in undefined symbols on SunOS in general, too.
Diffstat (limited to 'archivers/zip/Makefile')
-rw-r--r--archivers/zip/Makefile4
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