summaryrefslogtreecommitdiff
path: root/audio/soundtracker/files/patch-af
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 05:11:58 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 05:11:58 +0000
commit5c63dc30713abe3b8eb8f4a616e39426fcb6ebbb (patch)
treeb58e4ae6be79d4f78882c5001055fd0b50dfa1db /audio/soundtracker/files/patch-af
parentAllow this port to find tcl.h again so that it compiles. (diff)
Update to version 0.6.2.
PR: 24400 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=38770
Diffstat (limited to '')
-rw-r--r--audio/soundtracker/files/patch-af11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/soundtracker/files/patch-af b/audio/soundtracker/files/patch-af
deleted file mode 100644
index bd820f7c6a3c..000000000000
--- a/audio/soundtracker/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Jan 26 11:32:32 2000
-+++ configure Sat Feb 19 22:02:00 2000
-@@ -3585,7 +3585,7 @@
- echo "configure:3586: 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