Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/files/
Date: Tue, 07 Sep 2021 06:46:46
Message-Id: 1630997198.375d59b9b0bb8d8857c04888e620273278c23008.ulm@gentoo
1 commit: 375d59b9b0bb8d8857c04888e620273278c23008
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 06:46:38 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 06:46:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375d59b9
7
8 sci-visualization/gnuplot: Remove stale patch file
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 .../gnuplot/files/gnuplot-5.0.1-fix-underlinking.patch | 17 -----------------
14 1 file changed, 17 deletions(-)
15
16 diff --git a/sci-visualization/gnuplot/files/gnuplot-5.0.1-fix-underlinking.patch b/sci-visualization/gnuplot/files/gnuplot-5.0.1-fix-underlinking.patch
17 deleted file mode 100644
18 index c39bc828f26..00000000000
19 --- a/sci-visualization/gnuplot/files/gnuplot-5.0.1-fix-underlinking.patch
20 +++ /dev/null
21 @@ -1,17 +0,0 @@
22 -Description: Add missing linkage against X11 libs.
23 -Author: Anton Gladky <gladk@××××××.org>
24 -Last-Update: 2015-06-16
25 -
26 -Index: gnuplot-5.0.1/src/Makefile.am
27 -===================================================================
28 ---- gnuplot-5.0.1.orig/src/Makefile.am
29 -+++ gnuplot-5.0.1/src/Makefile.am
30 -@@ -89,6 +89,8 @@ $(EXTRA_gnuplot_SOURCES)
31 -
32 - if BUILD_WXWIDGETS
33 - gnuplot_SOURCES += wxterminal/wxt_gui.cpp
34 -+XLIBS = @LIBRARIES_FOR_X@
35 -+gnuplot_LDADD += $(XLIBS)
36 - endif
37 -
38 - if BUILD_GPCAIRO