Browse Source

boost-jam: decustmainized and made build with gcc 4.2

karasz/qt
Alejandro Mery 15 years ago
parent
commit
672c4eadcf
  1. 16
      develop/boost-jam/boost-jam.conf

16
develop/boost-jam/boost-jam.conf

@ -2,8 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../boost-jam/boost-jam.conf
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -13,11 +12,12 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
yam_cm ()
{
./build.sh
cp -vf bin.*/* $bindir
}
# disable strict aliasing because jam0 segfaults
var_append GCC_WRAPPER_APPEND ' ' '-fno-strict-aliasing'
custmain="yam_cm"
makeopt=
makeinstopt=
runconf=0
hook_add inmake 5 './build.sh'
hook_add postmake 5 'cp -vf bin.*/* $root$bindir/'

Loading…
Cancel
Save