summaryrefslogtreecommitdiff
path: root/audio/soundtracker/files/patch-ac
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-ac
parentAllow this port to find tcl.h again so that it compiles. (diff)
Update to version 0.6.2.
PR: 24400 Submitted by: maintainer
Diffstat (limited to 'audio/soundtracker/files/patch-ac')
-rw-r--r--audio/soundtracker/files/patch-ac19
1 files changed, 11 insertions, 8 deletions
diff --git a/audio/soundtracker/files/patch-ac b/audio/soundtracker/files/patch-ac
index 2e90f3cbebd0..cc779d362918 100644
--- a/audio/soundtracker/files/patch-ac
+++ b/audio/soundtracker/files/patch-ac
@@ -1,8 +1,11 @@
---- app/sample-editor.c.orig Sun Nov 28 20:05:23 1999
-+++ app/sample-editor.c Sun Nov 28 20:04:51 1999
-@@ -28,4 +28,4 @@
- #include <fcntl.h>
- #include <stdlib.h>
--#include <sys/soundcard.h>
-+#include <machine/soundcard.h>
- #include <sys/ioctl.h>
+--- 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