49ff0641aa
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.
13 lines
547 B
Text
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` \
|