aboutsummaryrefslogtreecommitdiff
path: root/lang/tolua++50/files/patch-config_posix.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tolua++50/files/patch-config_posix.py')
-rw-r--r--lang/tolua++50/files/patch-config_posix.py18
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']
-