diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-04-17 11:59:49 +0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 14:30:17 -0500 |
commit | 20e4a74288150e168b3d04cf7bf3d8c0ba76a745 (patch) | |
tree | 8450c26809db7bfb62982cb815bc45623766a0c0 /misc/ghostpcl | |
parent | 3fd193c28d907957e6ab8fa7462d9ff0c84e06d2 (diff) |
misc/ghostpcl: Removed patch.
This commit removes a patch that is not needed on upcoming Slackware
15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/ghostpcl')
-rw-r--r-- | misc/ghostpcl/compile_fix.patch | 11 | ||||
-rw-r--r-- | misc/ghostpcl/ghostpcl.SlackBuild | 2 |
2 files changed, 0 insertions, 13 deletions
diff --git a/misc/ghostpcl/compile_fix.patch b/misc/ghostpcl/compile_fix.patch deleted file mode 100644 index 8e1172408db3..000000000000 --- a/misc/ghostpcl/compile_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urN ghostpdl-9.54.0/tesseract/src/ccutil/strngs.h ghostpdl/tesseract/src/ccutil/strngs.h ---- ghostpdl-9.54.0/tesseract/src/ccutil/strngs.h 2021-03-22 13:05:59.000000000 +0200 -+++ ghostpdl/tesseract/src/ccutil/strngs.h 2021-04-01 17:22:19.653876318 +0300 -@@ -35,6 +35,7 @@ - class STRING : public std::string { - public: - using std::string::string; -+ STRING() : std::string() {} - STRING(const std::string &s) : std::string(s) {} - STRING(const char *s) : std::string(s ? s : "") {} - diff --git a/misc/ghostpcl/ghostpcl.SlackBuild b/misc/ghostpcl/ghostpcl.SlackBuild index 26cf227cd78f..f70b75a2681a 100644 --- a/misc/ghostpcl/ghostpcl.SlackBuild +++ b/misc/ghostpcl/ghostpcl.SlackBuild @@ -70,8 +70,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/compile_fix.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |