[GRASS-SVN] r37403 - grass/branches/develbranch_6/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 23 13:29:41 EDT 2009
Author: kyngchaos
Date: 2009-05-23 13:29:41 -0400 (Sat, 23 May 2009)
New Revision: 37403
Modified:
grass/branches/develbranch_6/include/Make/Platform.make.in
Log:
restore accidentally deleted GEOS options
Modified: grass/branches/develbranch_6/include/Make/Platform.make.in
===================================================================
--- grass/branches/develbranch_6/include/Make/Platform.make.in 2009-05-23 17:10:51 UTC (rev 37402)
+++ grass/branches/develbranch_6/include/Make/Platform.make.in 2009-05-23 17:29:41 UTC (rev 37403)
@@ -190,6 +190,11 @@
USE_GDAL = @USE_GDAL@
USE_OGR = @USE_OGR@
+#GEOS
+GEOSLIBS = @GEOS_LIBS@
+GEOSCFLAGS = @GEOS_CFLAGS@
+USE_GEOS = @USE_GEOS@
+
#FreeType:
FTINC = @FTINC@
FTLIB = @FTLIB@
More information about the grass-commit
mailing list