mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1ad82feee3
PR: 21257 Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
15 lines
456 B
Plaintext
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
|
|
|