diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-12-23 22:09:32 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-12-23 22:09:32 +0000 |
commit | f305adb466cab7ca07be7db51b88d8e600d606b7 (patch) | |
tree | a9955b49059fbb572ab20ab7cd48667a3ca76a6c /lang/tolua++/files/patch-SConstruct | |
parent | - Update to 5.1.2 (diff) |
Updated to 1.0.92
PR: 100042
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes:
svn path=/head/; revision=180627
Diffstat (limited to 'lang/tolua++/files/patch-SConstruct')
-rw-r--r-- | lang/tolua++/files/patch-SConstruct | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/tolua++/files/patch-SConstruct b/lang/tolua++/files/patch-SConstruct new file mode 100644 index 000000000000..fc35d15f2166 --- /dev/null +++ b/lang/tolua++/files/patch-SConstruct @@ -0,0 +1,11 @@ +--- SConstruct.orig Sat Dec 23 14:21:33 2006 ++++ SConstruct Sat Dec 23 14:21:46 2006 +@@ -128,7 +128,7 @@ + ########### end of helper builders + + env['CPPPATH'] = '#/include' +-env['LIBPATH'] = ['#/lib'] + env['LIBPATH'] ++env['LIBPATH'] = ['#/lib'] + env['LIBPATH'].split(" ") + + if env['no_cygwin']: + |