[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [61167] trunk/blender/build_files/scons/ config/darwin-config.py: OSX/scons: remove another outdated conditional

jens verwiebe info at jensverwiebe.de
Wed Nov 6 16:37:15 CET 2013


Revision: 61167
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=61167
Author:   jensverwiebe
Date:     2013-11-06 15:37:14 +0000 (Wed, 06 Nov 2013)
Log Message:
-----------
OSX/scons: remove another outdated conditional

Modified Paths:
--------------
    trunk/blender/build_files/scons/config/darwin-config.py

Modified: trunk/blender/build_files/scons/config/darwin-config.py
===================================================================
--- trunk/blender/build_files/scons/config/darwin-config.py	2013-11-06 15:27:19 UTC (rev 61166)
+++ trunk/blender/build_files/scons/config/darwin-config.py	2013-11-06 15:37:14 UTC (rev 61167)
@@ -101,14 +101,7 @@
     BF_PYTHON_LIBPATH = '${BF_PYTHON}${BF_PYTHON_VERSION}/lib/python${BF_PYTHON_VERSION}/config-${BF_PYTHON_VERSION}m'
 
 WITH_BF_OPENAL = True
-#different lib must be used  following version of gcc
-# for gcc 3.3
-#BF_OPENAL = LIBDIR + '/openal'
-# for gcc 3.4 and ulterior
-if MAC_PROC == 'powerpc':
-    BF_OPENAL = '#../lib/darwin-8.0.0-powerpc/openal'
-else :
-    BF_OPENAL = LIBDIR + '/openal'
+BF_OPENAL = LIBDIR + '/openal'
 
 WITH_BF_STATICOPENAL = False
 BF_OPENAL_INC = '${BF_OPENAL}/include' # only headers from libdir needed for proper use of framework !!!!




More information about the Bf-blender-cvs mailing list