opnsense-ports/math/mosesdecoder/files/patch-Jamroot
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
347 B
Text

--- Jamroot.orig 2014-09-02 16:03:01.000000000 +0400
+++ Jamroot 2014-09-02 16:04:17.000000000 +0400
@@ -77,7 +77,6 @@
external-lib z ;
lib dl : : <runtime-link>static:<link>static <runtime-link>shared:<link>shared ;
-requirements += <library>dl ;
if ! [ option.get "without-tcmalloc" : : "yes" ] && [ test_library "tcmalloc_minimal" ] {