diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
| commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
| tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/cpige/files/patch-gui__configure | |
| parent | MooseFS 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
Diffstat (limited to 'audio/cpige/files/patch-gui__configure')
| -rw-r--r-- | audio/cpige/files/patch-gui__configure | 20 |
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" |
