diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
commit | b47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch) | |
tree | 82e808f1c6023ffd99af5a14a44b649fd49d587e /lang/tolua++50/files/patch-config_posix.py | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
Diffstat (limited to 'lang/tolua++50/files/patch-config_posix.py')
-rw-r--r-- | lang/tolua++50/files/patch-config_posix.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/tolua++50/files/patch-config_posix.py b/lang/tolua++50/files/patch-config_posix.py deleted file mode 100644 index f6771d7e4d4c..000000000000 --- a/lang/tolua++50/files/patch-config_posix.py +++ /dev/null @@ -1,18 +0,0 @@ ---- config_posix.py.orig Thu Jan 20 20:01:08 2005 -+++ config_posix.py Wed Jan 18 11:05:32 2006 -@@ -5,7 +5,7 @@ - - # flags for the compiler - #CCFLAGS = [] --CCFLAGS = ['-O2', '-ansi', '-Wall'] -+CCFLAGS = ['-O2', '-ansi', '-Wall', '-I/usr/local/include'] - - # this is the default directory for installation. Files will be installed on - # <prefix>/bin, <prefix>/lib and <prefix>/include when you run 'scons install' -@@ -17,5 +17,5 @@ - - # libraries - LIBS = ['lua', 'lualib', 'm'] -- -+LINKFLAGS = ['-L/usr/local/lib'] - |