[GRASS-SVN] r39021 -
grass/branches/releasebranch_6_4/gui/wxpython/vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 5 16:12:10 EDT 2009
Author: kyngchaos
Date: 2009-09-05 16:12:09 -0400 (Sat, 05 Sep 2009)
New Revision: 39021
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/vdigit/setup.py
Log:
let vdigit link wx libs on OSX (from dev6)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/vdigit/setup.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/vdigit/setup.py 2009-09-05 20:09:38 UTC (rev 39020)
+++ grass/branches/releasebranch_6_4/gui/wxpython/vdigit/setup.py 2009-09-05 20:12:09 UTC (rev 39021)
@@ -27,10 +27,9 @@
for flag in ('GDALCFLAGS',
'GDALLIBS',
+ 'WXWIDGETSLIB',
'WXWIDGETSCXXFLAGS'):
update_opts(flag, macros, inc_dirs, lib_dirs, libs, extras)
-if sys.platform != 'darwin':
- update_opts('WXWIDGETSLIB', macros, inc_dirs, lib_dirs, libs, extras)
setup(
ext_modules= [
More information about the grass-commit
mailing list