1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/sets/files/patch-Makefile
2012-05-14 18:11:46 +00:00

11 lines
312 B
Plaintext

--- 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