1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Try to fix tinderbox builds.

Submitted by:	amdmi3
This commit is contained in:
Dmitry Sivachenko 2015-07-29 10:06:36 +00:00
parent 0673a08a69
commit 9c7b9983b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393147

View File

@ -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) ;