瀏覽代碼

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 年之前
父節點
當前提交
f62f04a8fa
共有 1 個文件被更改,包括 3 次插入1 次删除
  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