diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-13 18:25:43 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-13 18:25:43 +0000 |
commit | 5cce38fdad15855fe0d71229f89dc320795d5074 (patch) | |
tree | c558f52d46c9d97ee58196f65ead8c97cd782be7 /audio | |
parent | d61222bdf0c30c6946a8d5c8c20748ba998002d4 (diff) | |
download | FreeBSD-ports-5cce38fdad15855fe0d71229f89dc320795d5074.zip FreeBSD-ports-5cce38fdad15855fe0d71229f89dc320795d5074.tar.gz |
Fix yet another victim of changed default location of the WindowMaker's
include files.
Submitted by: bento
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdplayer.app/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cdplayer.app/files/patch-aa b/audio/cdplayer.app/files/patch-aa index e5eb7a7..c52361a 100644 --- a/audio/cdplayer.app/files/patch-aa +++ b/audio/cdplayer.app/files/patch-aa @@ -4,7 +4,7 @@ -PREFIX = /usr/local -CFLAGS = `get-wraster-flags --cflags` `libcdaudio-config --cflags` +#PREFIX = /usr/local -+CFLAGS += `get-wraster-flags --cflags` `libcdaudio-config --cflags` ++CFLAGS += `get-wraster-flags --cflags` `libcdaudio-config --cflags` -I${X11BASE}/include/WINGs LDFLAGS = `get-wraster-flags --ldflags` `libcdaudio-config --ldadd` LIBS = `get-wraster-flags --libs` `libcdaudio-config --libs` -CC = gcc -O2 |