aboutsummaryrefslogtreecommitdiff
path: root/audio/gogglesmm/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gogglesmm/files/patch-configure')
-rw-r--r--audio/gogglesmm/files/patch-configure17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/gogglesmm/files/patch-configure b/audio/gogglesmm/files/patch-configure
new file mode 100644
index 000000000000..57e81d84bf40
--- /dev/null
+++ b/audio/gogglesmm/files/patch-configure
@@ -0,0 +1,17 @@
+--- ./configure.orig 2010-11-09 17:21:47.000000000 +0100
++++ ./configure 2010-11-17 11:42:22.565124308 +0100
+@@ -187,10 +187,10 @@
+ fi
+
+
+-PKG_LDFLAGS=$(pkg-config --libs-only-L $PACKAGES)
+-PKG_LIBS=$(pkg-config --libs-only-l --libs-only-other $PACKAGES)
+-PKG_CFLAGS=$(pkg-config --cflags-only-other $PACKAGES)
+-PKG_CPPFLAGS=$(pkg-config --cflags-only-I $PACKAGES)
++PKG_LDFLAGS=$(pkg-config --libs-only-L $GMMPKG)
++PKG_LIBS=$(pkg-config --libs-only-l --libs-only-other $GMMPKG)
++PKG_CFLAGS=$(pkg-config --cflags-only-other $GMMPKG)
++PKG_CPPFLAGS=$(pkg-config --cflags-only-I $GMMPKG)
+
+ if [ -n "$PKG_LDFLAGS" ] ; then LIBS="$LIBS $PKG_LDFLAGS"; fi
+ if [ -n "$PKG_LIBS" ] ; then LIBS="$LIBS $PKG_LIBS"; fi