jer         14/09/08 08:23:41

  Added:                gmrun-0.9.2-stlport.patch
  Log:
  Convert sed scripts to patch.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  x11-misc/gmrun/files/gmrun-0.9.2-stlport.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gmrun/files/gmrun-0.9.2-stlport.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gmrun/files/gmrun-0.9.2-stlport.patch?rev=1.1&content-type=text/plain

Index: gmrun-0.9.2-stlport.patch
===================================================================
https://bugs.gentoo.org/show_bug.cgi?id=164339

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = \
-       @GTK_CFLAGS@ @STLPORT_CXXFLAGS@
+       @GTK_CFLAGS@ 
 
 bin_PROGRAMS = gmrun
 
@@ -13,7 +13,7 @@
 
 # gmrun_LDFLAGS = -s
 
-gmrun_LDADD = @GTK_LIBS@ @STLPORT_LDFLAGS@
+gmrun_LDADD = @GTK_LIBS@ 
 
 AM_CPPFLAGS = \
        -DPACKAGE_DATA_DIR='"$(datadir)/$(PACKAGE)"' 
-DPACKAGE_SYSCONF_DIR='"$(sysconfdir)"'
--- a/configure.in
+++ b/configure.in
@@ -37,8 +37,8 @@
 AC_HEADER_DIRENT
 AC_HEADER_STDC
 AC_PROG_CXX
-AC_PATH_STLPORT_LIB
-AC_PATH_STLPORT_INC
+dnl REMOVED _LIB
+dnl REMOVED _INC
 
 
 AC_CHECK_FUNC( poptGetContext,




Reply via email to