[GRASS-SVN] r39023 - grass/trunk/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 5 16:14:21 EDT 2009


Author: kyngchaos
Date: 2009-09-05 16:14:20 -0400 (Sat, 05 Sep 2009)
New Revision: 39023

Modified:
   grass/trunk/gui/wxpython/vdigit/setup.py
Log:
let vdigit link wx libs on OSX (from dev6)

Modified: grass/trunk/gui/wxpython/vdigit/setup.py
===================================================================
--- grass/trunk/gui/wxpython/vdigit/setup.py	2009-09-05 20:12:27 UTC (rev 39022)
+++ grass/trunk/gui/wxpython/vdigit/setup.py	2009-09-05 20:14:20 UTC (rev 39023)
@@ -25,10 +25,9 @@
 for flag in ['GDALCFLAGS',
              'GDALLIBS',
              'GEOSCFLAGS',
+             'WXWIDGETSLIB',
              'WXWIDGETSCXXFLAGS']:
     update_opts(os.getenv(flag), macros, inc_dirs, lib_dirs, libs, extras)
-if sys.platform != 'darwin':
-    update_opts(os.getenv('WXWIDGETSLIB'), macros, inc_dirs, lib_dirs, libs, extras)
 
 setup(
     ext_modules= [



More information about the grass-commit mailing list