1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/games/windstille/files/patch-SConstruct
Andrew Pantyukhin 6afbd67bd9 Add port games/windstille:
In Windstille the player will be placed in a foreign alien world
and has to find its way back into safety. Special focus will be on
getting the foreign world and the players character itself believable.
Exploration will be more needed than plain shoot action, even so
the players-character will be equipped with a multifunctional
war-suit, so he will be far from defenseless. The game will have
slow placed explore and seak sequences as well as more rough section
that will feature fast shoot and jump action. The game world should
be presented in a consistent state, enemies once destroyed should
not respawn automatically. The player is free to go forward and
backward in the world as long as the level design allows it.

WWW: http://windstille.berlios.de

PR:		ports/113693 (based on)
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2007-08-02 19:39:16 +00:00

16 lines
568 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- SConstruct.orig Thu Jun 14 15:59:31 2007
+++ SConstruct Thu Jun 14 16:03:28 2007
@@ -99,7 +99,11 @@
return output
-conf_env = Environment()
+conf_env = Environment(**ARGUMENTS)
+conf_env.Replace(CCFLAGS = conf_env['CCFLAGS'].split())
+conf_env.Replace(CXXFLAGS = conf_env['CXXFLAGS'].split())
+conf_env.Replace(CPPPATH = conf_env['CPPPATH'].split())
+conf_env.Replace(LIBPATH = conf_env['LIBPATH'].split())
conf = Configure(conf_env, custom_tests = { 'Check32bit' : Check32bit })
if conf.Check32bit() == "64bit":
conf.env.Append(CXXFLAGS="-D_SQ64")