[GRASS-SVN] r54115 - grass/trunk/general/g.version

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 30 07:45:47 PST 2012


Author: martinl
Date: 2012-11-30 07:45:47 -0800 (Fri, 30 Nov 2012)
New Revision: 54115

Modified:
   grass/trunk/general/g.version/Makefile
Log:
g.version: missing GEOSCFLAGS


Modified: grass/trunk/general/g.version/Makefile
===================================================================
--- grass/trunk/general/g.version/Makefile	2012-11-30 14:41:33 UTC (rev 54114)
+++ grass/trunk/general/g.version/Makefile	2012-11-30 15:45:47 UTC (rev 54115)
@@ -5,7 +5,7 @@
 # cat the COPYING file, add a c line-break \n at each line end
 # and remove the unix newline. 
 
-EXTRA_CFLAGS = $(PROJINC) \
+EXTRA_CFLAGS = $(PROJINC) $(GEOSCFLAGS) \
 	-DGRASS_VERSION_NUMBER=\"'$(GRASS_VERSION_NUMBER)'\" \
 	-DGRASS_VERSION_DATE=\"'$(GRASS_VERSION_DATE)'\" \
 	-DGRASS_VERSION_SVN=\"'$(GRASS_VERSION_SVN)'\" \



More information about the grass-commit mailing list