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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 31 06:13:06 EDT 2009


Author: hamish
Date: 2009-05-31 06:13:06 -0400 (Sun, 31 May 2009)
New Revision: 37643

Modified:
   grass/trunk/mswindows/osgeo4w/package.sh
Log:
move workarounds from CompileOnWindows into actual bugfixes

Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh	2009-05-31 09:49:27 UTC (rev 37642)
+++ grass/trunk/mswindows/osgeo4w/package.sh	2009-05-31 10:13:06 UTC (rev 37643)
@@ -31,7 +31,9 @@
 		--with-regex \
 		--with-nls \
 		--without-swig \
-		--with-freetype-includes=/c/OSGeo4W/include/freetype2
+		--with-freetype-includes=/c/OSGeo4W/include/freetype2 \
+		--without-cairo \
+		--without-geos
 
 	echo $(date): STARTING make clean
 	make clean



More information about the grass-commit mailing list