mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
deeae26872
Rubix is another X11-based incarnation of the world-famous "Rubik's Cube" game. It has the capability of saving games, which, according to the author, can't be found in any other Rubik's Cube games. PR: 15807 Submitted by: Will Andrews <andrews@technologist.com>
18 lines
381 B
Plaintext
18 lines
381 B
Plaintext
--- player/Makefile.orig Thu Dec 2 09:35:44 1999
|
|
+++ player/Makefile Sun Jan 2 13:08:58 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$(PREFIX)/include
|
|
+CFLAGS+=-Wall -fomit-frame-pointer -ffast-math $(INCS)
|
|
|
|
OBJ=card.o mixer.o xm.o live_player.o wav.o
|
|
|