dad9ff3663
source for Vulture's Eye and Vulture's Claw seperetly, so the combined distfile must be used. PR: 103836 Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer) Approved by: novel (mentor, implicit)
11 lines
311 B
Text
11 lines
311 B
Text
--- 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
|