浏览代码

update packages.sh for grass7

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45485 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 年之前
父节点
当前提交
07ba99417a
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      mswindows/osgeo4w/package.sh

+ 3 - 2
mswindows/osgeo4w/package.sh

@@ -87,7 +87,7 @@ cp -uv $OSGEO4W_ROOT_MSYS/lib/zlib.lib mswindows/osgeo4w/lib/libz.a
 
 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 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 		--with-regex \
 		--with-nls \
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
-		--with-odbc
+		--with-odbc \
+	        --without-cairo
 
 	touch mswindows/osgeo4w/configure-stamp
 fi