You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/gmrun/files/gmrun-0.9.2-stlport.patch

36 lines
697 B

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,