svn commit: r393903 - head/Mk
Jan Beich
jbeich at FreeBSD.org
Mon Aug 10 20:14:17 UTC 2015
Author: jbeich
Date: Mon Aug 10 20:14:16 2015
New Revision: 393903
URL: https://svnweb.freebsd.org/changeset/ports/393903
Log:
bsd.gecko.mk: update DTRACE requirements
- Builds fine in 9.3R amd64 jail on 11.0C amd64 host
- libelf is no longer needed since base r278934
Modified:
head/Mk/bsd.gecko.mk
Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk Mon Aug 10 20:00:30 2015 (r393902)
+++ head/Mk/bsd.gecko.mk Mon Aug 10 20:14:16 2015 (r393903)
@@ -370,11 +370,10 @@ MOZ_OPTIONS+= --disable-debug --enable-r
.endif
.if ${PORT_OPTIONS:MDTRACE}
-. if ${OSVERSION} < 1000510
-BROKEN= dtrace -G crashes with C++ object files
-. endif
MOZ_OPTIONS+= --enable-dtrace
+. if ${OSVERSION} < 1100061
LIBS+= -lelf
+. endif
STRIP=
.else
MOZ_OPTIONS+= --disable-dtrace
More information about the svn-ports-head
mailing list