openbsd-ports/audio/soundtracker/patches/patch-app_Makefile_am
espie 2d6f9f9727 soundtracker, from maintainer.
A music editing program, in the grand tradition of amiga tracker programs.
2002-02-05 18:04:10 +00:00

22 lines
689 B
Plaintext

$OpenBSD: patch-app_Makefile_am,v 1.1.1.1 2002/02/05 18:04:10 espie Exp $
--- app/Makefile.am.orig Mon Sep 25 07:06:00 2000
+++ app/Makefile.am Mon Feb 4 21:59:26 2002
@@ -46,17 +46,6 @@ soundtracker_SOURCES = \
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 "***"
- @echo ""
-
stdir = $(datadir)/soundtracker
#INCLUDES = -DDATADIR=\"$(stdir)\" \