diff --git a/Ports/gnuplot/patches/fix-makefile.patch b/Ports/gnuplot/patches/0001-Don-t-build-the-docs-and-the-demo.patch similarity index 52% rename from Ports/gnuplot/patches/fix-makefile.patch rename to Ports/gnuplot/patches/0001-Don-t-build-the-docs-and-the-demo.patch index faf87cf34a..114c5b76ac 100644 --- a/Ports/gnuplot/patches/fix-makefile.patch +++ b/Ports/gnuplot/patches/0001-Don-t-build-the-docs-and-the-demo.patch @@ -1,5 +1,18 @@ ---- gnuplot-5.2.8/Makefile.am.orig 2020-04-15 12:56:22.001000000 +0100 -+++ gnuplot-5.2.8/Makefile.am 2020-04-15 12:58:18.603091197 +0100 +From f05fc83941deb37eac3ac9caa95376d107215f79 Mon Sep 17 00:00:00 2001 +From: Linus Groh +Date: Wed, 15 Apr 2020 14:23:25 +0100 +Subject: [PATCH] Don't build the docs and the demo + +- docs - segfault during make :/ +- demo - i686-pc-serenity-gcc: error: unrecognized command line option '-rdynamic' +--- + Makefile.am | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git a/Makefile.am b/Makefile.am +index 9241ce5..1e2f6c6 100644 +--- a/Makefile.am ++++ b/Makefile.am @@ -1,7 +1,10 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- AUTOMAKE_OPTIONS = foreign @@ -12,3 +25,6 @@ EXTRA_DIST = BUGS Copyright FAQ.pdf GNUmakefile INSTALL INSTALL.gnu \ Makefile.maint PATCHLEVEL PGPKEYS README RELEASE_NOTES \ +-- +2.36.1 + diff --git a/Ports/gnuplot/patches/ReadMe.md b/Ports/gnuplot/patches/ReadMe.md new file mode 100644 index 0000000000..b50a02835d --- /dev/null +++ b/Ports/gnuplot/patches/ReadMe.md @@ -0,0 +1,9 @@ +# Patches for gnuplot on SerenityOS + +## `0001-Don-t-build-the-docs-and-the-demo.patch` + +Don't build the docs and the demo + +- docs - segfault during make :/ +- demo - i686-pc-serenity-gcc: error: unrecognized command line option '-rdynamic' +