freebsd-ports/games/vultures-eye/files/patch-win-vultures-GNUmakefile
Alexander Botero-Lowry dad9ff3663 - Update distinfo to use -full tarball. Upstream no longer distributes the
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)
2006-10-03 08:14:57 +00:00

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