[GRASS-SVN] r59985 - grass/trunk/vector/v.buffer
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 30 07:29:20 PDT 2014
Author: neteler
Date: 2014-04-30 07:29:20 -0700 (Wed, 30 Apr 2014)
New Revision: 59985
Modified:
grass/trunk/vector/v.buffer/Makefile
Log:
v.buffer: compile only if GEOS present
Modified: grass/trunk/vector/v.buffer/Makefile
===================================================================
--- grass/trunk/vector/v.buffer/Makefile 2014-04-30 14:27:55 UTC (rev 59984)
+++ grass/trunk/vector/v.buffer/Makefile 2014-04-30 14:29:20 UTC (rev 59985)
@@ -9,5 +9,6 @@
include $(MODULE_TOPDIR)/include/Make/Module.make
+ifneq ($(strip $(USE_GEOS)),)
default: cmd
-
+endif
More information about the grass-commit
mailing list