Browse Source

move workarounds from CompileOnWindows into actual bugfixes

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37643 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 years ago
parent
commit
f62f04a8fa
1 changed files with 3 additions and 1 deletions
  1. 3 1
      mswindows/osgeo4w/package.sh

+ 3 - 1
mswindows/osgeo4w/package.sh

@@ -31,7 +31,9 @@ if ! [ -f configure-stamp ]; then
 		--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