diff options
author | agc <agc@pkgsrc.org> | 2002-06-19 13:06:01 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-06-19 13:06:01 +0000 |
commit | 49ff0641aab9b61a7d87aeadfa8488426a0eab15 (patch) | |
tree | 67f189eea5a962d3f594885c26035eb82b0dfbaf /audio/wmusic/patches | |
parent | 5bed3d550e134c3fbd403fdcee67fa2e814e8d1b (diff) | |
download | pkgsrc-49ff0641aab9b61a7d87aeadfa8488426a0eab15.tar.gz |
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.
Diffstat (limited to 'audio/wmusic/patches')
-rw-r--r-- | audio/wmusic/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/wmusic/patches/patch-ab b/audio/wmusic/patches/patch-ab new file mode 100644 index 00000000000..43346cf2077 --- /dev/null +++ b/audio/wmusic/patches/patch-ab @@ -0,0 +1,13 @@ +$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` \ |