summaryrefslogtreecommitdiff
path: root/graphics/dataplot/files
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-07-04 07:16:42 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-07-04 07:16:42 +0000
commit86130f2a007188071d55fa36b813ca55646cfcd1 (patch)
tree40ee562da433ad1a3287a32b2dda3fa3f665d061 /graphics/dataplot/files
parentscience/dcl: Unbreak build with GCC 10 (diff)
graphics/dataplot: Update to newest commit
This also unbreaks the build with GCC 10. Changes: https://github.com/usnistgov/dataplot/compare/43df775f24e2d2eca94e250ec302d7a5876ea2b2...2c1b27601a3b7523449de612613eadeead9a8f70 PR: 246700
Notes
Notes: svn path=/head/; revision=541168
Diffstat (limited to 'graphics/dataplot/files')
-rw-r--r--graphics/dataplot/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dataplot/files/patch-Makefile b/graphics/dataplot/files/patch-Makefile
index f352e960030c..b73a4447d4c0 100644
--- a/graphics/dataplot/files/patch-Makefile
+++ b/graphics/dataplot/files/patch-Makefile
@@ -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