freebsd-ports/games/wmquake/files/patch-Makefile
Kirill Ponomarev 2a4f6541af Add wmquake 1.1,
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>
2005-02-18 13:58:25 +00:00

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