diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-30 20:49:37 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-30 20:49:37 +0000 |
commit | 961249edd2955876b5c1897407e8be45cb42cda4 (patch) | |
tree | 767c3ba6833c4ce037228c1d23c46639dd4627aa /net/daq | |
parent | 90bc1dba15804a363191c64cf4b51de1d3c98e2e (diff) |
Notes
Diffstat (limited to 'net/daq')
-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 |