mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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>
This commit is contained in:
parent
3fd193c28d
commit
20e4a74288
2 changed files with 0 additions and 13 deletions
|
@ -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 : "") {}
|
||||
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue