summaryrefslogtreecommitdiffstats
path: root/office/pdftk/pdftk-2.02-use-gcc5.patch
diff options
context:
space:
mode:
author isaackwy2023-12-23 23:34:07 +0100
committer Willy Sudiarto Raharjo2023-12-29 12:51:38 +0100
commit44ad7af1811f2ba5186ac71a787c2c4adcba984a (patch)
tree0a8ef4d0c2a28f3d1a2cae6ee340fa6a669c415b /office/pdftk/pdftk-2.02-use-gcc5.patch
parent8aa71d599d54b7e89948154b8df49c3c8c3684d3 (diff)
downloadslackbuilds-44ad7af1811f2ba5186ac71a787c2c4adcba984a.tar.gz
office/pdftk: Update to 3.33 (+new maintainer, switch to Java fork)
Download man page from upstream instead Edit SlackBuild (suggestions taken from aclemons) Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/pdftk/pdftk-2.02-use-gcc5.patch')
-rw-r--r--office/pdftk/pdftk-2.02-use-gcc5.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/office/pdftk/pdftk-2.02-use-gcc5.patch b/office/pdftk/pdftk-2.02-use-gcc5.patch
deleted file mode 100644
index d1e6e124de..0000000000
--- a/office/pdftk/pdftk-2.02-use-gcc5.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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