pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q1]: pkgsrc/archivers/zip1 Pullup ticket 411 - requested b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e387b5d965af
branches: pkgsrc-2005Q1
changeset: 490898:e387b5d965af
user: snj <snj%pkgsrc.org@localhost>
date: Fri Apr 01 05:43:51 2005 +0000
description:
Pullup ticket 411 - requested by Min Sik Kim
portability fix for zip1
Revision pulled up:
- pkgsrc/archivers/zip1/Makefile 1.32
Module Name: pkgsrc
Committed By: minskim
Date: Fri Mar 25 15:27:45 UTC 2005
Modified Files:
pkgsrc/archivers/zip1: Makefile
Log Message:
Avoid using libcompat on Darwin.
diffstat:
archivers/zip1/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f25908c20856 -r e387b5d965af archivers/zip1/Makefile
--- a/archivers/zip1/Makefile Fri Apr 01 05:30:48 2005 +0000
+++ b/archivers/zip1/Makefile Fri Apr 01 05:43:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/12/03 15:14:51 wiz Exp $
+# $NetBSD: Makefile,v 1.31.4.1 2005/04/01 05:43:51 snj 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