diff options
author | richard <richard@pkgsrc.org> | 2015-08-28 08:17:38 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2015-08-28 08:17:38 +0000 |
commit | 0229321d9d0d973ad92ce0a0d4c98fcdccd53a68 (patch) | |
tree | 129fb1a67b39728cdd9075ba99c1ac7b74b33deb /archivers/zip/Makefile | |
parent | 211395412584c52adf981921872e626ec0f138df (diff) | |
download | pkgsrc-0229321d9d0d973ad92ce0a0d4c98fcdccd53a68.tar.gz |
patch to let SunOS, other than sunpro compilers, use assembler.
The problem is more the ilk of the cpp installed.. bump PKGREVISION
Diffstat (limited to 'archivers/zip/Makefile')
-rw-r--r-- | archivers/zip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 3cdcc243e4b..6a33ce8dc56 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2014/10/09 14:05:55 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2015/08/28 08:17:38 richard Exp $ DISTNAME= zip30 PKGNAME= zip-3.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= archivers MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ EXTRACT_SUFX= .tgz @@ -32,7 +32,7 @@ BUILD_TARGET= generic CFLAGS+= -O .endif -.if !empty(PKGSRC_COMPILER:Msunpro) || ${OPSYS} == "SunOS" +.if !empty(PKGSRC_COMPILER:Msunpro) MAKE_FLAGS+= DISABLE_ASM=YES .endif |