diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-13 18:25:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-13 18:25:43 +0000 |
commit | f30d0f69538546941bdd1294777d2c91c2b3b1b1 (patch) | |
tree | 7de52363843774e1167d23fd63daccaf218860ba /audio | |
parent | Comments in PLISTs indicated by the ``@comment'', not by ``#''. (diff) |
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 e5eb7a749711..c52361ae2436 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 |