2a4f6541af
Just what you always wanted. Hardcore quake fanatics can now enjoy their favorite game in a 64x64 window! PR: ports/76352 Submitted by: Ulrich Spoerlein <q@uni.de>
18 lines
422 B
Text
18 lines
422 B
Text
--- Makefile.orig Mon Jan 17 15:11:12 2005
|
|
+++ Makefile Mon Jan 17 15:19:21 2005
|
|
@@ -1,6 +1,4 @@
|
|
-CC = gcc
|
|
#CFLAGS = -g -Wall
|
|
-CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -fno-strength-reduce
|
|
|
|
ifneq (, $(findstring freebsd, $(OSTYPE)))
|
|
GTKCONFIG = gtk12-config
|
|
@@ -10,7 +8,7 @@
|
|
LIBGDK = -lgdk
|
|
endif
|
|
|
|
-LIBS = `$(GTKCONFIG) --libs | sed "s/-l.*//g"` $(LIBGDK) -lm
|
|
+LIBS = `$(GTKCONFIG) --libs`
|
|
|
|
all: wmquake
|
|
|