opnsense-ports/audio/goattracker/files/patch-src_makefile
Franco Fichtner 85d066a61f */*: sync with upstream
Taken from: HardenedBSD
2018-09-03 02:25:18 +02:00

14 lines
270 B
Text

--- src/makefile.orig 2018-09-01 09:01:40 UTC
+++ src/makefile
@@ -2,9 +2,9 @@
# Linux makefile
#
-CFLAGS=`sdl-config --cflags`
+CFLAGS+=`sdl-config --cflags`
PREFIX=../linux/
SUFFIX=
-LIBS=`sdl-config --libs`
+LIBS+=`sdl-config --libs`
include makefile.common