svn commit: r316963 - head/net/daq
Bryan Drewery
bdrewery at FreeBSD.org
Tue Apr 30 20:49:38 UTC 2013
Author: bdrewery
Date: Tue Apr 30 20:49:37 2013
New Revision: 316963
URL: http://svnweb.freebsd.org/changeset/ports/316963
Log:
- Mark MAKE_JOBS_UNSAFE
Approved by: zi (maintainer)
Modified:
head/net/daq/Makefile
Modified: head/net/daq/Makefile
==============================================================================
--- head/net/daq/Makefile Tue Apr 30 20:48:46 2013 (r316962)
+++ head/net/daq/Makefile Tue Apr 30 20:49:37 2013 (r316963)
@@ -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
More information about the svn-ports-all
mailing list