diff options
Diffstat (limited to 'x11-misc/gmrun/files/gmrun-0.9.2-stlport.patch')
-rw-r--r-- | x11-misc/gmrun/files/gmrun-0.9.2-stlport.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-misc/gmrun/files/gmrun-0.9.2-stlport.patch b/x11-misc/gmrun/files/gmrun-0.9.2-stlport.patch new file mode 100644 index 000000000000..426f652a0c2b --- /dev/null +++ b/x11-misc/gmrun/files/gmrun-0.9.2-stlport.patch @@ -0,0 +1,35 @@ +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, |