2011-07-20 08:56:53 -04:00
|
|
|
$OpenBSD: patch-SConstruct,v 1.7 2011/07/20 12:56:54 sthen Exp $
|
|
|
|
--- SConstruct.orig Tue Sep 1 16:23:49 2009
|
|
|
|
+++ SConstruct Wed Jul 20 13:39:38 2011
|
|
|
|
@@ -143,6 +143,8 @@ env.SConscriptChdir(0)
|
|
|
|
crossbuild = B.arguments.get('BF_CROSS', None)
|
|
|
|
if crossbuild and platform!='win32':
|
|
|
|
platform = 'linuxcross'
|
|
|
|
+if platform.find('openbsd') != -1:
|
|
|
|
+ platform = 'openbsd'
|
|
|
|
|
|
|
|
env['OURPLATFORM'] = platform
|
|
|
|
|
|
|
|
@@ -596,7 +598,7 @@ if env['WITH_BF_PLAYER']:
|
2005-11-24 17:22:56 -05:00
|
|
|
|
2006-07-26 02:45:27 -04:00
|
|
|
if not env['WITH_BF_GAMEENGINE']:
|
2009-10-25 18:41:24 -04:00
|
|
|
blendernogame = env.Alias('blendernogame', B.program_list)
|
|
|
|
- Depends(blendernogame,installtarget)
|
|
|
|
+# Depends(blendernogame,installtarget)
|
2007-09-20 15:58:49 -04:00
|
|
|
|
2009-10-25 18:41:24 -04:00
|
|
|
if 'blenderlite' in B.targets:
|
|
|
|
blenderlite = env.Alias('blenderlite', B.program_list)
|