summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorminskim <minskim>2005-03-25 15:27:45 +0000
committerminskim <minskim>2005-03-25 15:27:45 +0000
commit4f72b8695df68cbd09b3765662373bc447963f79 (patch)
tree37d0a0df8781c09e6f8db101311dd00f66897747 /archivers
parent12bdb9ad8297f9aa46e0a5748894e8b29652f559 (diff)
downloadpkgsrc-4f72b8695df68cbd09b3765662373bc447963f79.tar.gz
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..d92ea42ab10 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.32 2005/03/25 15:27:45 minskim 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