summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2005-04-01 05:43:51 +0000
committersnj <snj@pkgsrc.org>2005-04-01 05:43:51 +0000
commit5fbbf873f694826b259b51e9ce2433779c38100c (patch)
tree12f848e3a91d8a71f9c6181fbede2afb2bab2c54 /archivers
parentd9a6f1c42e2bdfc545cc0d91db4487cd830ec3e0 (diff)
downloadpkgsrc-5fbbf873f694826b259b51e9ce2433779c38100c.tar.gz
Pullup ticket 411 - requested by Min Sik Kim
portability fix for zip1 Revision pulled up: - pkgsrc/archivers/zip1/Makefile 1.32 Module Name: pkgsrc Committed By: minskim Date: Fri Mar 25 15:27:45 UTC 2005 Modified Files: pkgsrc/archivers/zip1: Makefile Log Message: Avoid using libcompat on Darwin.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zip1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile
index 6bd112ddbea..a2497a6ea1c 100644
--- a/archivers/zip1/Makefile
+++ b/archivers/zip1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/12/03 15:14:51 wiz Exp $
+# $NetBSD: Makefile,v 1.31.4.1 2005/04/01 05:43:51 snj Exp $
#
DISTNAME= zip1-1.1
@@ -27,7 +27,7 @@ USE_BUILDLINK3= yes
.include "../../mk/bsd.prefs.mk"
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
-.if ${OPSYS} == "Linux" || ${OPSYS} == "Interix"
+.if ${OPSYS} == "Linux" || ${OPSYS} == "Interix" || ${OPSYS} == "Darwin"
CFLAGS+= -DSYSV -DMODERN -DTERMIOS
.else
CFLAGS+= -DDIRENT