diff options
Diffstat (limited to 'audio/soundtracker/files/patch-ab')
-rw-r--r-- | audio/soundtracker/files/patch-ab | 36 |
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 + |