[GRASS-SVN] r32216 - grass/trunk/raster/r.grow.distance
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jul 22 16:53:36 EDT 2008
Author: glynn
Date: 2008-07-22 16:53:35 -0400 (Tue, 22 Jul 2008)
New Revision: 32216
Modified:
grass/trunk/raster/r.grow.distance/Makefile
Log:
Enable LFS
Modified: grass/trunk/raster/r.grow.distance/Makefile
===================================================================
--- grass/trunk/raster/r.grow.distance/Makefile 2008-07-22 19:49:47 UTC (rev 32215)
+++ grass/trunk/raster/r.grow.distance/Makefile 2008-07-22 20:53:35 UTC (rev 32216)
@@ -7,4 +7,8 @@
include $(MODULE_TOPDIR)/include/Make/Module.make
+ifneq ($(USE_LARGEFILES),)
+ EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
+endif
+
default: cmd
More information about the grass-commit
mailing list