summaryrefslogtreecommitdiff
path: root/audio/cpige/files/patch-gui_configure
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/cpige/files/patch-gui_configure
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'audio/cpige/files/patch-gui_configure')
-rw-r--r--audio/cpige/files/patch-gui_configure20
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"