From 7ce9374948d79011224a28523a428ad4e6874c91 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 6 Aug 2025 12:21:54 +0000 Subject: automatic import of gnuplot --- gnuplot-config.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gnuplot-config.patch (limited to 'gnuplot-config.patch') diff --git a/gnuplot-config.patch b/gnuplot-config.patch new file mode 100644 index 0000000..790ba46 --- /dev/null +++ b/gnuplot-config.patch @@ -0,0 +1,13 @@ +diff --git a/configure b/configure +index f1046e4..e0c4f76 100755 +--- a/configure ++++ b/configure +@@ -2092,7 +2092,7 @@ else + #ifdef __cplusplus + extern "C" + #endif +-char $2 (); ++__attribute__ ((used)) char $2 (); + /* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ -- cgit v1.2.3