diff options
Diffstat (limited to 'games/vultures-eye/files/patch-win-vultures-GNUmakefile')
-rw-r--r-- | games/vultures-eye/files/patch-win-vultures-GNUmakefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/vultures-eye/files/patch-win-vultures-GNUmakefile b/games/vultures-eye/files/patch-win-vultures-GNUmakefile new file mode 100644 index 000000000000..04a4df25633e --- /dev/null +++ b/games/vultures-eye/files/patch-win-vultures-GNUmakefile @@ -0,0 +1,20 @@ +--- 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 +@@ -34,7 +34,7 @@ + OUTPUT_OBJ := $(BUILDDIR)/vultures.o + + +-NHDIR := ../$(BUILD) ++NHDIR := ../.. + NHSRC := $(NHDIR)/src + INCLUDE := -I $(NHDIR)/include/ -I . -I $(BUILDDIR)/ + |