diff options
author | tnn <tnn@pkgsrc.org> | 2007-08-21 16:31:51 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-08-21 16:31:51 +0000 |
commit | 2e589d402653fd52c57f3dabaa9232c2faf3a908 (patch) | |
tree | 1b365eda6870eaebdc0b953334af2826f162cf30 /devel | |
parent | d2bee40e5fa553e9f7974eb906a78b145fb0752f (diff) | |
download | pkgsrc-2e589d402653fd52c57f3dabaa9232c2faf3a908.tar.gz |
Explicitly mask as not for DragonFly nor Darwin. Both of these systems
are modern and have setenv(3). However their prototypes differ slightly
from the other BSDs, causing this package to fail in bulk builds.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsetenv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libsetenv/Makefile b/devel/libsetenv/Makefile index 420ecf46100..6065348bce2 100644 --- a/devel/libsetenv/Makefile +++ b/devel/libsetenv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/08/03 21:30:59 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/21 16:31:51 tnn Exp $ # DISTNAME= libsetenv-0.1 @@ -14,6 +14,8 @@ NO_CHECKSUM= yes NO_CONFIGURE= yes USE_LIBTOOL= yes +NOT_FOR_PLATFORM= DragonFly-*-* Darwin-*-* + do-extract: cp -R ${FILESDIR} ${WRKSRC} |