diff options
author | danw <danw@pkgsrc.org> | 2004-05-02 22:23:58 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-02 22:23:58 +0000 |
commit | be99df2cccea5e0fbad854098532131d784af343 (patch) | |
tree | ba314af58774561a7e97550d92248803a15c3001 /archivers/afio | |
parent | f7f08fa275e3f4bec1ca4e4bc9f78284d35f786c (diff) | |
download | pkgsrc-be99df2cccea5e0fbad854098532131d784af343.tar.gz |
make this build on darwin
Diffstat (limited to 'archivers/afio')
-rw-r--r-- | archivers/afio/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/afio/Makefile b/archivers/afio/Makefile index 82853e1764d..4861809fee7 100644 --- a/archivers/afio/Makefile +++ b/archivers/afio/Makefile @@ -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 @@ USE_BUILDLINK3= yes 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" |