aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-08-10 20:14:16 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-08-10 20:14:16 +0000
commit4c2ed02d35d84a48eb70ec602364cdcf3f65fc88 (patch)
treea3f3d4a2e48e83cb73d4c303e9ef6cd75db291a0 /Mk/bsd.gecko.mk
parent572d7b0b95f8b49fbb2b516666d52dc9127499a7 (diff)
downloadports-4c2ed02d35d84a48eb70ec602364cdcf3f65fc88.tar.gz
ports-4c2ed02d35d84a48eb70ec602364cdcf3f65fc88.zip
Notes
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r--Mk/bsd.gecko.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 135dd3220f6f..5f7e2b5f530e 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -370,11 +370,10 @@ MOZ_OPTIONS+= --disable-debug --enable-release
.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