diff options
Diffstat (limited to 'audio/xmmsctrl/patches/patch-ab')
-rw-r--r-- | audio/xmmsctrl/patches/patch-ab | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/xmmsctrl/patches/patch-ab b/audio/xmmsctrl/patches/patch-ab new file mode 100644 index 00000000000..63143cb4d38 --- /dev/null +++ b/audio/xmmsctrl/patches/patch-ab @@ -0,0 +1,18 @@ +$NetBSD: patch-ab,v 1.1.1.1 2004/05/09 04:42:46 minskim Exp $ + +--- Makefile.orig 2001-11-21 12:45:56.000000000 -0600 ++++ Makefile +@@ -6,10 +6,10 @@ TARGET = xmmsctrl + VERSION = 1.6 + DIRNAME = $(shell basename $(PWD)) + +-CC = gcc ++#CC = gcc + WARN = -Wall -ansi -pedantic -Wshadow -Wmissing-prototypes -W +-CFLAGS = $(WARN) -O2 $(shell xmms-config --cflags) -DVERSION=\"$(VERSION)\" +-LDFLAGS = $(shell xmms-config --libs) ++CFLAGS += $(shell xmms-config --cflags) -DVERSION=\"$(VERSION)\" ++LDFLAGS += $(shell xmms-config --libs) + + all : $(TARGET) HELP + |