mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
f625b70e83
PR: 23829 Submitted by: Ports Fury
18 lines
343 B
Plaintext
18 lines
343 B
Plaintext
--- player/Makefile.orig Fri Dec 3 02:35:44 1999
|
|
+++ player/Makefile Sat Dec 23 13:35:18 2000
|
|
@@ -4,10 +4,11 @@
|
|
# * This is total free software.
|
|
# */
|
|
|
|
-WITH_ASM=1
|
|
+#WITH_ASM=1
|
|
|
|
-CC=gcc
|
|
-CFLAGS=-Wall -O3 -fomit-frame-pointer -ffast-math
|
|
+CC?=gcc
|
|
+INCS=-I${X11BASE}/include
|
|
+CFLAGS+=$(INCS)
|
|
|
|
OBJ=card.o mixer.o xm.o live_player.o wav.o
|
|
|