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 | 1079cce9faec3581812740e2c35a45eaaabc072d (patch) | |
tree | ba314af58774561a7e97550d92248803a15c3001 /archivers/afio | |
parent | b6c34d8c90866134b892192ab40dc5bd2546f511 (diff) | |
download | pkgsrc-1079cce9faec3581812740e2c35a45eaaabc072d.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" |