summaryrefslogtreecommitdiff
path: root/audio/cpige/files/patch-gui__configure
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cpige/files/patch-gui__configure')
-rw-r--r--audio/cpige/files/patch-gui__configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/cpige/files/patch-gui__configure b/audio/cpige/files/patch-gui__configure
deleted file mode 100644
index 63e86cad1675..000000000000
--- a/audio/cpige/files/patch-gui__configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./gui/configure.orig 2006-08-20 17:51:17.000000000 +0300
-+++ ./gui/configure 2008-05-01 11:15:42.000000000 +0300
-@@ -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 @@
- 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"