aboutsummaryrefslogtreecommitdiff
path: root/audio/soundtracker/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-12 13:56:58 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-12 13:56:58 +0000
commit287bdb1bcd2d2cdc4c326daec7c0f2e0a1e084df (patch)
tree7de1571b9a949f1bc5fe291fd5ca0c7fa4588acf /audio/soundtracker/files
parente0843efa575164b6e715b85303828e8aa1d2d906 (diff)
downloadports-287bdb1bcd2d2cdc4c326daec7c0f2e0a1e084df.tar.gz
ports-287bdb1bcd2d2cdc4c326daec7c0f2e0a1e084df.zip
Notes
Diffstat (limited to 'audio/soundtracker/files')
-rw-r--r--audio/soundtracker/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/soundtracker/files/patch-ac b/audio/soundtracker/files/patch-ac
deleted file mode 100644
index cc779d362918..000000000000
--- a/audio/soundtracker/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Jan 17 00:11:18 2001
-+++ configure Wed Jan 17 00:11:54 2001
-@@ -3667,7 +3667,7 @@
- echo "configure:3668: checking for Gnome compile flags" >&5
- GNOME_CFLAGS=`$gnomepath gnomeui --cflags 2>/dev/null`
- GNOME_VER=`$gnomepath --version |$sedpath 's/gnome-libs //'`
-- GNOME_MAJOR=`echo $GNOME_VER |$sedpath 's/\([0-9]**\).\([0-9]**\).\([0-9]**\)/\1/'`
-+ GNOME_MAJOR=`echo $GNOME_VER |$sedpath 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
- if test "_$GNOME_MAJOR" = "_0"; then
- gnome=no
- echo "$ac_t""old Gnome found, building without it." 1>&6