aboutsummaryrefslogtreecommitdiff
path: root/games/vultures-eye/files/patch-win-vultures-GNUmakefile
blob: 3219b4ebc37f2cebfd5c4a68e91edff615973747 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- win/vultures/GNUmakefile.orig	Thu May 25 01:17:43 2006
+++ win/vultures/GNUmakefile	Thu May 25 01:28:16 2006
@@ -12,7 +12,7 @@
 	ifndef SDL_CONFIG
 		OS := $(shell uname -s)
 		ifeq ($(OS),FreeBSD)
-			SDL_CONFIG := sdl11-config
+#			SDL_CONFIG := sdl11-config
 		else
 			SDL_CONFIG := sdl-config
 		endif