blob: ad0916959195224115402388c37ebe6466e07a17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- makefiledir/Makefile.libdetection.orig Tue Sep 12 17:21:19 2006
+++ makefiledir/Makefile.libdetection Tue Sep 12 17:22:35 2006
@@ -51,11 +51,7 @@
endif
# FreeBSD uses sdl11 instead of sdl
-ifdef FREEBSD
-SDL_CONFIG:=sdl11-config
-else
SDL_CONFIG:=sdl-config
-endif
# set libpng-config to the default value
LIBPNG_CONFIG :=libpng-config
|