summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-09-07 08:46:38 +0200
committerUlrich Müller <ulm@gentoo.org>2021-09-07 08:46:38 +0200
commit375d59b9b0bb8d8857c04888e620273278c23008 (patch)
treeb281acef4c2134f890341e336ca47c47bf0e2919 /sci-visualization
parentsci-visualization/gnuplot: Remove old (diff)
downloadgentoo-375d59b9b0bb8d8857c04888e620273278c23008.tar.gz
gentoo-375d59b9b0bb8d8857c04888e620273278c23008.tar.bz2
gentoo-375d59b9b0bb8d8857c04888e620273278c23008.zip
sci-visualization/gnuplot: Remove stale patch file
Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/gnuplot/files/gnuplot-5.0.1-fix-underlinking.patch17
1 files changed, 0 insertions, 17 deletions
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
deleted file mode 100644
index c39bc828f268..000000000000
--- a/sci-visualization/gnuplot/files/gnuplot-5.0.1-fix-underlinking.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Add missing linkage against X11 libs.
-Author: Anton Gladky <gladk@debian.org>
-Last-Update: 2015-06-16
-
-Index: gnuplot-5.0.1/src/Makefile.am
-===================================================================
---- gnuplot-5.0.1.orig/src/Makefile.am
-+++ gnuplot-5.0.1/src/Makefile.am
-@@ -89,6 +89,8 @@ $(EXTRA_gnuplot_SOURCES)
-
- if BUILD_WXWIDGETS
- gnuplot_SOURCES += wxterminal/wxt_gui.cpp
-+XLIBS = @LIBRARIES_FOR_X@
-+gnuplot_LDADD += $(XLIBS)
- endif
-
- if BUILD_GPCAIRO