diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 04:49:37 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 04:49:37 +0800 |
commit | 0cf1f34930c23b063dc78d08e8141cc6ca8c7a3c (patch) | |
tree | 767c3ba6833c4ce037228c1d23c46639dd4627aa /net | |
parent | b82b66e0b46b5c102b65a4ae4adb1ad3f3427c10 (diff) | |
download | freebsd-ports-gnome-0cf1f34930c23b063dc78d08e8141cc6ca8c7a3c.tar.gz freebsd-ports-gnome-0cf1f34930c23b063dc78d08e8141cc6ca8c7a3c.tar.zst freebsd-ports-gnome-0cf1f34930c23b063dc78d08e8141cc6ca8c7a3c.zip |
- Mark MAKE_JOBS_UNSAFE
Approved by: zi (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/daq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/daq/Makefile b/net/daq/Makefile index fd06bcdbb367..fbd30ab947a1 100644 --- a/net/daq/Makefile +++ b/net/daq/Makefile @@ -22,6 +22,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USES= bison USE_AUTOTOOLS= libtool +MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |