diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-23 12:47:14 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-23 12:47:14 +0000 |
| commit | 594c7b47a4c220f87f538eddfd6eaadb455cc418 (patch) | |
| tree | de9c77d7888e9e16627a0d7515375048f9c6e8ca /sci-visualization/gnuplot/files/gnuplot-5.4.0-pkg-config.patch | |
| parent | a351fb3cf20a3a4a4fb7caee09a2ab3aa685d6ad (diff) | |
| download | baldeagleos-repo-594c7b47a4c220f87f538eddfd6eaadb455cc418.tar.gz baldeagleos-repo-594c7b47a4c220f87f538eddfd6eaadb455cc418.tar.xz baldeagleos-repo-594c7b47a4c220f87f538eddfd6eaadb455cc418.zip | |
Updating liguros repo
Diffstat (limited to 'sci-visualization/gnuplot/files/gnuplot-5.4.0-pkg-config.patch')
| -rw-r--r-- | sci-visualization/gnuplot/files/gnuplot-5.4.0-pkg-config.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/sci-visualization/gnuplot/files/gnuplot-5.4.0-pkg-config.patch b/sci-visualization/gnuplot/files/gnuplot-5.4.0-pkg-config.patch deleted file mode 100644 index aa98f27dc2b2..000000000000 --- a/sci-visualization/gnuplot/files/gnuplot-5.4.0-pkg-config.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 87034e509b366078b746a3a70e05aaf497e34585 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@gentoo.org> -Date: Fri, 6 Nov 2020 13:25:02 +0100 -Subject: [PATCH] configure.ac: move PKG_PROG_PKG_CONFIG to the beginning of - the file - -Bug #2349 ---- - configure.ac | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 67ad1396c..606242ea3 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -88,6 +88,10 @@ AC_CHECK_MEMBERS([struct tm.tm_gmtoff, struct tm.__tm_gmtoff],,,[ - #include <sys/types.h> - #include <time.h>]) - -+dnl explicit call to PKG_PROG_PKG_CONFIG because the first call to -+dnl PKG_CHECK_MODULES{,_NOFAIL} may not happen -+PKG_PROG_PKG_CONFIG -+ - AC_ARG_WITH(libcerf,dnl - [ --without-libcerf build without special functions from libcerf (default enabled)],, - [test -z "${with_libcerf}" && with_libcerf=yes]) -@@ -759,10 +763,6 @@ AC_ARG_ENABLE(raise-console,dnl - fi - - --dnl explicit call to PKG_PROG_PKG_CONFIG because the first call to --dnl PKG_CHECK_MODULES may not happen --PKG_PROG_PKG_CONFIG -- - dnl wxWidgets terminal - - dnl wxWidgets terminal needs C++ --- -2.29.2 - |
