From f23823f43f73496e57b97e071a087f4355c73f5a Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 25 Mar 2005 15:27:45 +0000 Subject: Avoid using libcompat on Darwin. --- archivers/zip1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/zip1') 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 -- cgit v1.2.3