[GRASS-SVN] r54509 - grass/branches/releasebranch_6_4/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 3 02:43:44 PST 2013


Author: martinl
Date: 2013-01-03 02:43:43 -0800 (Thu, 03 Jan 2013)
New Revision: 54509

Modified:
   grass/branches/releasebranch_6_4/mswindows/osgeo4w/geos-config
Log:
fix geos-config for osgeo4w
geos 3.3.6 installs geos_c.lib, see http://osgeo-org.1560.n6.nabble.com/osgeo4w-329-update-geos-to-3-3-6-td5024605.html


Modified: grass/branches/releasebranch_6_4/mswindows/osgeo4w/geos-config
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/osgeo4w/geos-config	2013-01-03 10:42:27 UTC (rev 54508)
+++ grass/branches/releasebranch_6_4/mswindows/osgeo4w/geos-config	2013-01-03 10:43:43 UTC (rev 54509)
@@ -34,7 +34,7 @@
     echo -I$OSGEO4W_ROOT_MSYS/include
       ;;
     --libs)
-      echo $OSGEO4W_ROOT_MSYS/lib/geos_c_i.lib
+      echo $OSGEO4W_ROOT_MSYS/lib/geos_c.lib
       ;;
     --ldflags)
       echo 



More information about the grass-commit mailing list