pkgsrc/audio/wmusic/patches/patch-ab
agc 49ff0641aa Initial import of wmusic-1.4.7 into the NetBSD Packages Collection.
Provided in PR 17154 by ptiJo@noos.fr.

wmusic is a dockapp that remote-controls xmms.  Features include
VCR-style controls, Time and Playlist display, supa style rotating
arrow, hiding of the xmms windows and reactive interface.
2002-06-19 13:06:01 +00:00

13 lines
547 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2002/06/19 13:06:01 agc Exp $
--- 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` \