diff options
author | joerg <joerg@pkgsrc.org> | 2016-11-27 11:46:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-11-27 11:46:45 +0000 |
commit | 481f4e0ba1aaa9d8d45a19f97464527d6f05b775 (patch) | |
tree | eb57c5ad7d2f6f2d35891c11fa0b5aebbbf6bb7b /pkgtools/cwrappers/Makefile | |
parent | ac398885360b9821f06f978f0454688613df4dde (diff) | |
download | pkgsrc-481f4e0ba1aaa9d8d45a19f97464527d6f05b775.tar.gz |
cwrappers-20161125: If spawn.h and posix_spawnp exist, prefer them over
vfork and execp.
Diffstat (limited to 'pkgtools/cwrappers/Makefile')
-rw-r--r-- | pkgtools/cwrappers/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/cwrappers/Makefile b/pkgtools/cwrappers/Makefile index 59c4e3469b3..8c1409debc8 100644 --- a/pkgtools/cwrappers/Makefile +++ b/pkgtools/cwrappers/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2016/11/25 22:46:40 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2016/11/27 11:46:45 joerg Exp $ -PKGNAME= cwrappers-20160908 +PKGNAME= cwrappers-20161125 CATEGORIES= pkgtools sysutils MAINTAINER= joerg@NetBSD.org @@ -8,6 +8,7 @@ HOMEPAGE= http://www.NetBSD.org/ COMMENT= pkgsrc compiler wrappers LICENSE= modified-bsd +GNU_CONFIGURE= yes USE_BSD_MAKEFILE= yes USE_FEATURES= nbcompat |