mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
fea924855d
WWW: http://www.linuxmotors.com/sets/ PR: ports/167237 Submitted by: nemysis@gmx.ch
11 lines
312 B
Plaintext
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
|
|
|