From 2fba1c878b57d3afa631b9369518be5d21221c09 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 27 Mar 2021 10:25:10 +0100 Subject: 20210327.1 global branch merge. Signed-off-by: Matteo Bernardini --- office/pdftk/pdftk-2.02-use-gcc5.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 office/pdftk/pdftk-2.02-use-gcc5.patch (limited to 'office/pdftk/pdftk-2.02-use-gcc5.patch') diff --git a/office/pdftk/pdftk-2.02-use-gcc5.patch b/office/pdftk/pdftk-2.02-use-gcc5.patch new file mode 100644 index 0000000000..d1e6e124de --- /dev/null +++ b/office/pdftk/pdftk-2.02-use-gcc5.patch @@ -0,0 +1,15 @@ +# diff -Nurp pdftk/Makefile.Slackware-13.1.orig pdftk/Makefile.Slackware-13.1 +--- orig/pdftk/Makefile.Slackware-13.1 2013-07-24 13:27:46.000000000 -0500 ++++ pdftk/Makefile.Slackware-13.1 2018-03-04 06:20:55.312900883 -0600 +@@ -21,8 +21,9 @@ + # tools + # need direct path to libgcj for gcjh (starting in gcj 4.1.2 per AurĂ©lien GĂRĂME) + TOOLPATH= +-export VERSUFF=-4.4.4 +-export CXX= $(TOOLPATH)g++ ++GCCMAJORTAG=-5 # kjh was here ++export VERSUFF=-5.5.0 # kjh was here ++export CXX= $(TOOLPATH)g++$(GCCMAJORTAG) # kjh was here + export GCJ= $(TOOLPATH)gcj + export GCJH= $(TOOLPATH)gcjh + export GJAR= $(TOOLPATH)gjar -- cgit v1.2.3