summarylogtreecommitdiffstats
path: root/python27.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python27.patch')
-rw-r--r--python27.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/python27.patch b/python27.patch
deleted file mode 100644
index 347058f545d4..000000000000
--- a/python27.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- SConstruct_old 2011-05-16 20:49:44.192374630 +0200
-+++ SConstruct 2011-05-16 20:48:34.254626319 +0200
-@@ -110,7 +110,7 @@
- env.ParseConfig("pkg-config --cflags --libs jngl.pc")
- env.Append(CPPPATH="/usr/include/python2.7",
- LIBPATH=Split(". ./lib ./python"),
-- LIBS=Split("python2.7 boost_python-py27"))
-+ LIBS=Split("python2.7 boost_python"))
- env.SharedLibrary(target="python/jngl.so",
- source="python/main.cpp")
-