[GRASS-SVN] r56281 - grass/branches/releasebranch_6_4/raster/r.in.bin
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 16 20:42:37 PDT 2013
Author: hamish
Date: 2013-05-16 20:42:37 -0700 (Thu, 16 May 2013)
New Revision: 56281
Modified:
grass/branches/releasebranch_6_4/raster/r.in.bin/Makefile
Log:
LFS support (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/raster/r.in.bin/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.in.bin/Makefile 2013-05-16 20:55:33 UTC (rev 56280)
+++ grass/branches/releasebranch_6_4/raster/r.in.bin/Makefile 2013-05-17 03:42:37 UTC (rev 56281)
@@ -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