[GRASS-SVN] r41290 - grass/branches/develbranch_6/macosx
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 4 20:53:04 EST 2010
Author: cmbarton
Date: 2010-03-04 20:53:03 -0500 (Thu, 04 Mar 2010)
New Revision: 41290
Modified:
grass/branches/develbranch_6/macosx/bundle.make
Log:
Bug fix: h_map = drapemap -> h_map = drape_map
Modified: grass/branches/develbranch_6/macosx/bundle.make
===================================================================
--- grass/branches/develbranch_6/macosx/bundle.make 2010-03-04 22:28:40 UTC (rev 41289)
+++ grass/branches/develbranch_6/macosx/bundle.make 2010-03-05 01:53:03 UTC (rev 41290)
@@ -20,5 +20,14 @@
# ${INSTALL} /usr/local/pgsql/lib/libpq.5.1.dylib ${INST_DIR_TARGET}/lib
# ${LN} libpq.5.1.dylib ${INST_DIR_TARGET}/lib/libpq.5.dylib
+WXPREFIX=/usr/local/lib/wxPython-unicode-2.8.10.1
bundle-macosx:
- @# add custom bundle commands here:
+ ${INSTALL} ${WXPREFIX}/lib/libwx_macud-2.8.0.dylib ${INST_DIR_TARGET}/lib
+ ${INSTALL} ${WXPREFIX}/lib/libwx_macud_gl-2.8.0.dylib ${INST_DIR_TARGET}/lib
+ ${INSTALL} ${WXPREFIX}/lib/libwx_macud_stc-2.8.0.dylib ${INST_DIR_TARGET}/lib
+ ${INSTALL} ${WXPREFIX}/lib/libwx_macud_gizmos-2.8.0.dylib ${INST_DIR_TARGET}/lib
+ ${INSTALL} ${WXPREFIX}/lib/libwx_macud_gizmos_xrc-2.8.0.dylib ${INST_DIR_TARGET}/lib
+ cp -Rfp ${WXPREFIX}/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx ${INST_DIR_TARGET}/etc/python
+ cp -Rfp ${WXPREFIX}/lib/python2.5/site-packages/wx-2.8-mac-unicode/wxPython ${INST_DIR_TARGET}/etc/python
+ cp -fp ${WXPREFIX}/lib/python2.5/site-packages/wxversion.py ${INST_DIR_TARGET}/etc/python
+ sed -i '' -e 's/^GRASS_WXBUNDLED=.*/GRASS_WXBUNDLED=1/' ${INST_DIR_TARGET}/grass.sh
More information about the grass-commit
mailing list