diff options
Diffstat (limited to 'audio/cpige/files/patch-gui_configure')
-rw-r--r-- | audio/cpige/files/patch-gui_configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/cpige/files/patch-gui_configure b/audio/cpige/files/patch-gui_configure new file mode 100644 index 000000000000..e19adcc597b4 --- /dev/null +++ b/audio/cpige/files/patch-gui_configure @@ -0,0 +1,20 @@ +--- gui/configure.orig 2006-08-20 14:51:17 UTC ++++ gui/configure +@@ -3,8 +3,6 @@ + PKG_CONFIG=`which pkg-config` + + libs="gdk-2.0 glib-2.0 gtk+-2.0 gobject-2.0" +-CLIBS="" +-CFLAGS="" + + if [ ! -x "$PKG_CONFIG" ]; then + echo "cPige GUI requires pkg-config to build." +@@ -12,7 +10,7 @@ if [ ! -x "$PKG_CONFIG" ]; then + fi + + for lib in $libs; do +- echo -ne "Checking $lib... " ++ echo -n "Checking $lib... " + $PKG_CONFIG --exists $lib >/dev/null 2>&1 + if [ "$?" = "0" ]; then + echo "yes" |