freebsd-ports/audio/cpige/files/patch-gui_configure
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

20 lines
495 B
Text

--- 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"