From 779c36f5c4677e26ad544b72a061151c7019f23a Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Wed, 22 Apr 2015 20:16:04 +0000 Subject: - Upgrade math/plplot to 5.11.0 Announcement at - Take maintainership - Chase dependencies. PR: ports/199539 Submitted by: Ben Woods Approved by: marino (for plplot-ada), /me (for gnudatalanguage) --- math/plplot/files/patch-include_plConfig.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/plplot/files/patch-include_plConfig.h.in (limited to 'math/plplot/files/patch-include_plConfig.h.in') diff --git a/math/plplot/files/patch-include_plConfig.h.in b/math/plplot/files/patch-include_plConfig.h.in new file mode 100644 index 000000000000..48a203f8be17 --- /dev/null +++ b/math/plplot/files/patch-include_plConfig.h.in @@ -0,0 +1,12 @@ +--- include/plConfig.h.in.orig 2015-04-12 10:08:04 UTC ++++ include/plConfig.h.in +@@ -43,7 +43,8 @@ + #ifndef __PLCONFIG_H__ + #define __PLCONFIG_H__ + +-#ifdef PLPLOT_HAVE_CONFIG_H ++// plplot_config.h won't be installed: don't let it be used by consumers ++#if defined(PLPLOT_HAVE_CONFIG_H) && defined(_IS_BUILDING_PLPLOT_PORT_) + # include + #endif + -- cgit v1.2.3