tupone      14/07/22 14:49:50

  Added:                sdl-terminal-1.1.3-nopython.patch
  Removed:              sdl-terminal-1.1.3-python-libs-path.patch
  Log:
  Removing python dependency. Requiring virtual/glu. Fix bug #514598
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  Changes    Path
1.1                  
media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-terminal/files/sdl-terminal-1.1.3-nopython.patch?rev=1.1&content-type=text/plain

Index: sdl-terminal-1.1.3-nopython.patch
===================================================================
--- 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
 




Reply via email to