summaryrefslogtreecommitdiff
path: root/audio/wmusic
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-04-30 01:01:23 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-04-30 01:01:23 +0000
commit605271bb090d37aa81063c8a6ff6948b4c909eec (patch)
tree900442ddf5f828139b79870f85888a6ae74e6b5d /audio/wmusic
parentDon't hard-code -O2. Instead use whatever the imake default is. (diff)
Don't hard-code -O2; respect CFLAGS
Notes
Notes: svn path=/head/; revision=42059
Diffstat (limited to 'audio/wmusic')
-rw-r--r--audio/wmusic/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/wmusic/files/patch-ab b/audio/wmusic/files/patch-ab
new file mode 100644
index 000000000000..71601c501a91
--- /dev/null
+++ b/audio/wmusic/files/patch-ab
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Mon Apr 30 00:59:12 2001
++++ src/Makefile.in Mon Apr 30 00:59:20 2001
+@@ -9,7 +9,7 @@
+ ../libdockapp/dapixmap.c ../libdockapp/darect.c
+ OBJS = $(SRCS:.c=.o)
+
+-CFLAGS = -Wall -g -O2 -I. -I../libdockapp `@PATH_GTKCONFIG@ --cflags` \
++CFLAGS += -Wall -g -I. -I../libdockapp `@PATH_GTKCONFIG@ --cflags` \
+ `@PATH_XMMSCONFIG@ --cflags` \
+ -DDATA_DIR=\"`@PATH_XMMSCONFIG@ --data-dir`\"
+ LDFLAGS = @LIBS@ -lXpm `@PATH_GTKCONFIG@ --libs` `@PATH_XMMSCONFIG@ --libs` \