pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/afio make this build on darwin
details: https://anonhg.NetBSD.org/pkgsrc/rev/676f4cb2d5e2
branches: trunk
changeset: 474603:676f4cb2d5e2
user: danw <danw%pkgsrc.org@localhost>
date: Sun May 02 22:23:58 2004 +0000
description:
make this build on darwin
diffstat:
archivers/afio/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r dde22ce6abda -r 676f4cb2d5e2 archivers/afio/Makefile
--- a/archivers/afio/Makefile Sun May 02 21:48:17 2004 +0000
+++ b/archivers/afio/Makefile Sun May 02 22:23:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/04/11 23:04:50 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/02 22:23:58 danw Exp $
DISTNAME= afio-2.5
CATEGORIES= archivers
@@ -15,6 +15,12 @@
NO_CONFIGURE= yes
ALL_TARGET= afio
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+# Don't define HAVE_LCHOWN
+MAKE_FLAGS+= e2=
+.endif
+
INSTALLATION_DIRS= bin man/man1
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index