diff options
author | minskim <minskim@pkgsrc.org> | 2005-03-25 15:27:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-03-25 15:27:45 +0000 |
commit | f23823f43f73496e57b97e071a087f4355c73f5a (patch) | |
tree | 37d0a0df8781c09e6f8db101311dd00f66897747 /archivers/zip1 | |
parent | 8728ff10e835c5f2e40067afbdcc5dbd800310b6 (diff) | |
download | pkgsrc-f23823f43f73496e57b97e071a087f4355c73f5a.tar.gz |
Avoid using libcompat on Darwin.
Diffstat (limited to 'archivers/zip1')
-rw-r--r-- | archivers/zip1/Makefile | 4 |
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 |