pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/zip1 Avoid using libcompat on Darwin.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6494ae737100
branches: trunk
changeset: 491558:6494ae737100
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Mar 25 15:27:45 2005 +0000
description:
Avoid using libcompat on Darwin.
diffstat:
archivers/zip1/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 839f85dd677d -r 6494ae737100 archivers/zip1/Makefile
--- a/archivers/zip1/Makefile Fri Mar 25 15:06:23 2005 +0000
+++ b/archivers/zip1/Makefile Fri Mar 25 15:27:45 2005 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index