graphics/dataplot: Update to newest commit

This also unbreaks the build with GCC 10.

Changes:	43df775f24...2c1b27601a
PR:		246700
This commit is contained in:
Tobias Kortkamp
2020-07-04 07:16:42 +00:00
parent 1c851ae5da
commit 86130f2a00
3 changed files with 7 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
--- Makefile.orig 2019-05-10 19:36:43 UTC
--- Makefile.orig 2020-06-19 14:55:49 UTC
+++ Makefile
@@ -1,5 +1,5 @@
-FC = gfortran
@@ -15,7 +15,7 @@
-DPLIBDIR=$(PREFIX)/lib/dataplot
+DPLIBDIR=$(DESTDIR)%%DATADIR%%
-FFLAGS += -O2 -DLINUX -fdefault-real-8 -fdefault-double-8
-FFLAGS += -O2 -DLINUX -fdefault-real-8 -fdefault-double-8 -fmax-stack-var-size=1000000 -Wall
-CFLAGS += -O2
+FFLAGS += %%FFLAGS%%
+CFLAGS += %%CFLAGS%% -I%%LOCALBASE%%/include