summaryrefslogtreecommitdiff
path: root/audio/soundtracker/files/patch-ab
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-ab
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-ab')
-rw-r--r--audio/soundtracker/files/patch-ab36
1 files changed, 26 insertions, 10 deletions
diff --git a/audio/soundtracker/files/patch-ab b/audio/soundtracker/files/patch-ab
index c3297783268c..a5f58751a7b6 100644
--- a/audio/soundtracker/files/patch-ab
+++ b/audio/soundtracker/files/patch-ab
@@ -1,10 +1,26 @@
---- app/drivers/oss-output.c.orig Sun Nov 28 20:04:30 1999
-+++ app/drivers/oss-output.c Sun Nov 28 20:04:01 1999
-@@ -33,6 +33,6 @@
- #include <sys/types.h>
- #include <unistd.h>
--#include <sys/soundcard.h>
-+#include <machine/soundcard.h>
- #include <sys/time.h>
-
- #include <glib.h>
+--- app/Makefile.am.orig Wed Jan 17 00:29:42 2001
++++ app/Makefile.am Wed Jan 17 00:30:10 2001
+@@ -47,15 +47,15 @@
+ soundtracker_LDADD = drivers/libdrivers.a mixers/libmixers.a
+
+ install-exec-local:
+- chown root.root $(bindir)/soundtracker
+- chmod +s $(bindir)/soundtracker
+- @echo ""
+- @echo "***"
+- @echo "*** Installing SoundTracker suid root."
+- @echo "*** This improves sound responsivity, but may be a security risk"
+- @echo "*** if this is a multi-user machine. See file INSTALL."
+- @echo "***"
++ chown root.wheel $(bindir)/soundtracker
++# chmod +s $(bindir)/soundtracker
+ @echo ""
++# @echo "***"
++# @echo "*** Installing SoundTracker suid root."
++# @echo "*** This improves sound responsivity, but may be a security risk"
++# @echo "*** if this is a multi-user machine. See file INSTALL."
++# @echo "***"
++# @echo ""
+
+ stdir = $(datadir)/soundtracker
+