--- win/vultures/GNUmakefile.orig	2006-06-06 21:23:29.000000000 +0200
+++ win/vultures/GNUmakefile	2012-05-03 21:04:37.000000000 +0200
@@ -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
@@ -48,7 +48,7 @@
 
 # objects and libs for tiletrans
 TTOBJ := $(NHSRC)/monst.o $(NHSRC)/objects.o $(BUILDDIR)/util/tiletrans.o $(BUILDDIR)/util/tilespec.o
-TTCFLAGS = -g -O2 -Wall $(SDL_CFLAGS) # tiletrans uses SDL_endian.h to become endian-safe
+TTCFLAGS = -g -O2 -Wall $(BASECFLAGS) $(SDL_CFLAGS) # tiletrans uses SDL_endian.h to become endian-safe
 TTLIBS := -L/usr/local/lib -lpng -lm -lz
 TILESRC := ./gamedata/graphics/tilesrc
 TTOUTPUT := $(BUILDDIR)/vultures_gametiles.c $(BUILDDIR)/vultures_gametiles.h gamedata/graphics/gametiles.bin
