summaryrefslogtreecommitdiff
path: root/media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch')
-rw-r--r--media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch b/media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch
new file mode 100644
index 000000000000..c9d3214dd091
--- /dev/null
+++ b/media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch
@@ -0,0 +1,24 @@
+--- configure.ac.old 2014-07-22 14:19:33.797413503 +0200
++++ configure.ac 2014-07-22 14:19:55.293201011 +0200
+@@ -108,7 +108,6 @@
+ fi
+ AC_SUBST(GL_LIBS)
+
+-AC_PYTHON_DEVEL
+
+ # Finally create all the generated files
+ # The configure script takes "file.in" and substitutes variables to produce
+@@ -118,5 +117,4 @@
+ Makefile
+ src/Makefile
+ include/Makefile
+-examples/Makefile
+ ])
+--- Makefile.am.old 2014-07-22 14:19:40.729344917 +0200
++++ Makefile.am 2014-07-22 14:20:06.353091713 +0200
+@@ -1,4 +1,4 @@
+ ## Process this file with automake to produce Makefile.in
+
+-SUBDIRS = src include examples
++SUBDIRS = src include
+