[GRASS-SVN] r45485 - grass/trunk/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 28 09:32:53 EST 2011
Author: martinl
Date: 2011-02-28 06:32:53 -0800 (Mon, 28 Feb 2011)
New Revision: 45485
Modified:
grass/trunk/mswindows/osgeo4w/package.sh
Log:
update packages.sh for grass7
Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh 2011-02-28 12:04:38 UTC (rev 45484)
+++ grass/trunk/mswindows/osgeo4w/package.sh 2011-02-28 14:32:53 UTC (rev 45485)
@@ -87,7 +87,7 @@
if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
- if [ -e include/Make/Grass.make ] ; then
+ if [ -e include/Make/Platform.make ] ; then
log make distclean
make distclean
fi
@@ -117,7 +117,8 @@
--with-regex \
--with-nls \
--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
- --with-odbc
+ --with-odbc \
+ --without-cairo
touch mswindows/osgeo4w/configure-stamp
fi
More information about the grass-commit
mailing list