aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/kenlm
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2015-07-29 18:06:36 +0800
committerdemon <demon@FreeBSD.org>2015-07-29 18:06:36 +0800
commit80da7d636ad6dd1f9bcbcbd354824450a6b2eed3 (patch)
tree3eed32db082107753b8f4c8d803c97715a8cff95 /textproc/kenlm
parent4d42af72d12d4c5a6063da483a58aa62042334e8 (diff)
downloadfreebsd-ports-gnome-80da7d636ad6dd1f9bcbcbd354824450a6b2eed3.tar.gz
freebsd-ports-gnome-80da7d636ad6dd1f9bcbcbd354824450a6b2eed3.tar.zst
freebsd-ports-gnome-80da7d636ad6dd1f9bcbcbd354824450a6b2eed3.zip
Try to fix tinderbox builds.
Submitted by: amdmi3
Diffstat (limited to 'textproc/kenlm')
-rw-r--r--textproc/kenlm/files/patch-jam-files-boost-build-tools.gcc.jam11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/kenlm/files/patch-jam-files-boost-build-tools.gcc.jam b/textproc/kenlm/files/patch-jam-files-boost-build-tools.gcc.jam
new file mode 100644
index 000000000000..29608d4d6471
--- /dev/null
+++ b/textproc/kenlm/files/patch-jam-files-boost-build-tools.gcc.jam
@@ -0,0 +1,11 @@
+--- jam-files/boost-build/tools/gcc.jam.bak 2015-07-29 13:01:08.860269000 +0300
++++ jam-files/boost-build/tools/gcc.jam 2015-07-29 13:01:45.506610000 +0300
+@@ -216,7 +216,7 @@ rule init ( version ? : command * : opti
+ # right onces. Note that we do not provide a clean way to build a 32-bit
+ # binary using a 64-bit compiler, but user can always pass -m32
+ # manually.
+- local lib_path = $(root)/bin $(root)/lib $(root)/lib32 $(root)/lib64 ;
++ local lib_path = $(root)/bin $(root)/lib ;
+ if $(.debug-configuration)
+ {
+ ECHO notice: using gcc libraries :: $(condition) :: $(lib_path) ;