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 | 5de803e1b28b726601cfb3ef7437c3095272cc48 (patch) | |
tree | 37d0a0df8781c09e6f8db101311dd00f66897747 /archivers/zip1 | |
parent | 9a5001606cf5ca00c3cdd98dd4cd75cfb2517156 (diff) | |
download | pkgsrc-5de803e1b28b726601cfb3ef7437c3095272cc48.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 |