svn commit: r393147 - head/textproc/kenlm/files
Dmitry Sivachenko
demon at FreeBSD.org
Wed Jul 29 10:06:37 UTC 2015
Author: demon
Date: Wed Jul 29 10:06:36 2015
New Revision: 393147
URL: https://svnweb.freebsd.org/changeset/ports/393147
Log:
Try to fix tinderbox builds.
Submitted by: amdmi3
Added:
head/textproc/kenlm/files/patch-jam-files-boost-build-tools.gcc.jam (contents, props changed)
Added: head/textproc/kenlm/files/patch-jam-files-boost-build-tools.gcc.jam
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/kenlm/files/patch-jam-files-boost-build-tools.gcc.jam Wed Jul 29 10:06:36 2015 (r393147)
@@ -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) ;
More information about the svn-ports-all
mailing list