summaryrefslogtreecommitdiff
path: root/audio/cdplayer.app/files/patch-aa
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-09-14 17:43:14 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-09-14 17:43:14 +0000
commit1ad82feee3ddb66416d0e9e067e7f89afc62680f (patch)
treee2a21199de09a0c14ec028c2d6dd7be3e9696ad6 /audio/cdplayer.app/files/patch-aa
parentA plugin for gkrellm, that watches in multiple mailboxes for new mail. (diff)
Add cdplayer.app - a CD player with CDDB support resembling OpenStep's OmniCD.
PR: 21257 Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Notes
Notes: svn path=/head/; revision=32613
Diffstat (limited to 'audio/cdplayer.app/files/patch-aa')
-rw-r--r--audio/cdplayer.app/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/cdplayer.app/files/patch-aa b/audio/cdplayer.app/files/patch-aa
new file mode 100644
index 000000000000..e5eb7a749711
--- /dev/null
+++ b/audio/cdplayer.app/files/patch-aa
@@ -0,0 +1,14 @@
+--- Makefile.orig Thu Mar 9 07:14:23 2000
++++ Makefile Wed Sep 13 21:09:34 2000
+@@ -1,8 +1,8 @@
+-PREFIX = /usr/local
+-CFLAGS = `get-wraster-flags --cflags` `libcdaudio-config --cflags`
++#PREFIX = /usr/local
++CFLAGS += `get-wraster-flags --cflags` `libcdaudio-config --cflags`
+ LDFLAGS = `get-wraster-flags --ldflags` `libcdaudio-config --ldadd`
+ LIBS = `get-wraster-flags --libs` `libcdaudio-config --libs`
+-CC = gcc -O2
++#CC = gcc -O2
+
+ all: CDPlayer
+