27b57e74b7
- Remove DEPRECATED and EXPIRATION_DATE - Pass maintainership to submitter - Remove 3 lines pkg-plist PR: ports/87983 Submitted by: martin hudec <corwin@aeternal.net> Approved by: Denis Shaposhnikov <dsh@vlink.ru> (ex-maintainer)
12 lines
411 B
Text
12 lines
411 B
Text
--- Makefile.orig Mon Jan 1 23:42:19 2001
|
|
+++ Makefile Tue Apr 10 15:09:51 2001
|
|
@@ -1,8 +1,6 @@
|
|
-PREFIX = /usr/local
|
|
-CFLAGS = `get-wings-flags --cflags` `libcdaudio-config --cflags`
|
|
+CFLAGS += `get-wings-flags --cflags` `libcdaudio-config --cflags`
|
|
LDFLAGS = `get-wings-flags --ldflags` `libcdaudio-config --ldadd`
|
|
LIBS = `get-wings-flags --libs` `libcdaudio-config --libs`
|
|
-CC = gcc -O2
|
|
|
|
all: CDPlayer
|
|
|