opnsense-ports/games/sets/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
312 B
Text

--- Makefile.orig 2008-07-30 17:51:49.000000000 +0200
+++ Makefile 2012-04-21 14:25:52.000000000 +0200
@@ -1,5 +1,5 @@
-CFLAGS = -O2 -Wall $(shell sdl-config --cflags)
-LDFLAGS = -lm $(shell sdl-config --libs)
+CFLAGS = $(shell ${SDL_CONFIG} --cflags)
+LDFLAGS = -lm $(shell ${SDL_CONFIG} --libs)
all: sets