1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/audio/cdplayer.app/files/patch-aa

15 lines
456 B
Plaintext
Raw Normal View History

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