[GRASS-SVN] r74306 - grass-addons/grass7/vector/v.delaunay3d

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 26 11:29:23 PDT 2019


Author: martinl
Date: 2019-03-26 11:29:23 -0700 (Tue, 26 Mar 2019)
New Revision: 74306

Modified:
   grass-addons/grass7/vector/v.delaunay3d/Makefile
Log:
v.delaunay3d: fix compilation issues on Ubuntu

Modified: grass-addons/grass7/vector/v.delaunay3d/Makefile
===================================================================
--- grass-addons/grass7/vector/v.delaunay3d/Makefile	2019-03-26 14:42:03 UTC (rev 74305)
+++ grass-addons/grass7/vector/v.delaunay3d/Makefile	2019-03-26 18:29:23 UTC (rev 74306)
@@ -5,14 +5,12 @@
 LIBES = $(GPROJLIB) $(VECTORLIB) $(GISLIB)
 DEPENDENCIES = $(GPROJDEP) $(VECTORDEP) $(GISDEP)
 EXTRA_INC = $(VECT_INC) $(PROJINC)
-EXTRA_CFLAGS = $(VECT_CFLAGS)
+EXTRA_CFLAGS = $(VECT_CFLAGS) -frounding-math
+EXTRA_LDFLAGS = -lCGAL -lgmp -lstdc++
+LINK = $(CXX)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
-EXTRA_CFLAGS = -frounding-math
-EXTRA_LDFLAGS = -lCGAL -lgmp
-LINK = $(CXX)
-
 ifneq ($(strip $(CXX)),)
 default: cmd
 endif



More information about the grass-commit mailing list