diff options
author | agc <agc> | 2002-12-22 16:37:30 +0000 |
---|---|---|
committer | agc <agc> | 2002-12-22 16:37:30 +0000 |
commit | a30ff39df35cef9c4f806f7311d06c069dbdeaf9 (patch) | |
tree | e27668b7b7873e61599ffcc55077ac3e18e0bc79 /archivers/zip | |
parent | eb7227783948907dc41efcb711a23514b9ad2b79 (diff) | |
download | pkgsrc-a30ff39df35cef9c4f806f7311d06c069dbdeaf9.tar.gz |
Allow this to be built on Linux. From Jeremy Reed, PR 19481
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 8163dc26fdb..88702e8795c 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/11/10 23:17:20 cjep Exp $ +# $NetBSD: Makefile,v 1.31 2002/12/22 16:37:30 agc Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -27,6 +27,10 @@ ALL_TARGET= generic_gcc ALL_TARGET= generic .endif +.if ${OPSYS} == "Linux" +CFLAGS+= -DHAVE_DIRENT_H +.endif + USE_BUILDLINK2= # defined post-extract: |