[GRASS-SVN] r45464 - grass/branches/develbranch_6/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 26 14:39:55 EST 2011
Author: martinl
Date: 2011-02-26 11:39:55 -0800 (Sat, 26 Feb 2011)
New Revision: 45464
Modified:
grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
Log:
fix package.sh/configure
Modified: grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2011-02-26 12:12:50 UTC (rev 45463)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2011-02-26 19:39:55 UTC (rev 45464)
@@ -94,9 +94,9 @@
log configure
./configure \
- --with-libs="$OSGEO4W_ROOT_MSYS/lib $PWD/mswindows/osgeo4w/lib" \
- --with-includes="$OSGEO4W_ROOT_MSYS/include" \
- --exec-prefix=$OSGEO4W_ROOT_MSYS/bin \
+ --with-libs="$OSGEO4W_ROOT_MSYS/lib $PWD/mswindows/osgeo4w/lib" \
+ --with-includes=$OSGEO4W_ROOT_MSYS/include \
+ --exec-prefix=$OSGEO4W_ROOT_MSYS/bin \
--libexecdir=$OSGEO4W_ROOT_MSYS/bin \
--prefix=$OSGEO4W_ROOT_MSYS/apps/grass \
--includedir=$OSGEO4W_ROOT_MSYS/include \
@@ -108,8 +108,8 @@
--with-fftw \
--with-freetype \
--with-proj-share=$OSGEO4W_ROOT_MSYS/share/proj \
- --with-gdal=$PWD/mswindows/osgeo4w/gdal-config \
- --with-geos=$PWD/mswindows/osgeo4w/geos-config \
+ --with-gdal=$PWD/mswindows/osgeo4w/gdal-config \
+ --with-geos=$PWD/mswindows/osgeo4w/geos-config \
--with-tcltk \
--with-sqlite \
--with-postgres \
More information about the grass-commit
mailing list