[GRASS-SVN] r56207 - grass/branches/develbranch_6/raster/r.in.bin

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 11 19:24:58 PDT 2013


Author: hamish
Date: 2013-05-11 19:24:58 -0700 (Sat, 11 May 2013)
New Revision: 56207

Modified:
   grass/branches/develbranch_6/raster/r.in.bin/Makefile
Log:
enable LFS support

Modified: grass/branches/develbranch_6/raster/r.in.bin/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.in.bin/Makefile	2013-05-12 01:02:39 UTC (rev 56206)
+++ grass/branches/develbranch_6/raster/r.in.bin/Makefile	2013-05-12 02:24:58 UTC (rev 56207)
@@ -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