diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-01 04:49:37 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-01 04:49:37 +0800 |
commit | 961249edd2955876b5c1897407e8be45cb42cda4 (patch) | |
tree | 767c3ba6833c4ce037228c1d23c46639dd4627aa /net | |
parent | 90bc1dba15804a363191c64cf4b51de1d3c98e2e (diff) | |
download | freebsd-ports-gnome-961249edd2955876b5c1897407e8be45cb42cda4.tar.gz freebsd-ports-gnome-961249edd2955876b5c1897407e8be45cb42cda4.tar.zst freebsd-ports-gnome-961249edd2955876b5c1897407e8be45cb42cda4.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 |