1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/cdplayer.app/files/patch-aa
Maxim Sobolev 1ad82feee3 Add cdplayer.app - a CD player with CDDB support resembling OpenStep's OmniCD.
PR:		21257
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
2000-09-14 17:43:14 +00:00

15 lines
456 B
Plaintext

--- 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