[GRASS-SVN] r45090 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 19 13:01:11 EST 2011


Author: mmetz
Date: 2011-01-19 10:01:11 -0800 (Wed, 19 Jan 2011)
New Revision: 45090

Modified:
   grass/trunk/mswindows/osgeo4w/package.sh
Log:
osgeo4w minor cleanup

Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh	2011-01-18 19:56:10 UTC (rev 45089)
+++ grass/trunk/mswindows/osgeo4w/package.sh	2011-01-19 18:01:11 UTC (rev 45090)
@@ -39,7 +39,7 @@
 
 if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 
-	if [ -e include/Make/Grass.make ] ; then
+	if [ -e include/Make/Platform.make ] ; then
 	    report "distclean"
 	    make distclean >>$LOG 2>&1
 	fi
@@ -67,9 +67,8 @@
 		--with-regex \
 		--with-nls \
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
-		--with-odbc \
 	        --without-cairo \
-	        --enable-largefile
+	        --enable-largefile \
 		--with-odbc >>$LOG 2>&1
 		
 	touch mswindows/osgeo4w/configure-stamp



More information about the grass-commit mailing list