summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-08-29 00:06:09 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-29 02:29:59 +0200
commit568c271aef987a6cc0bdd7e8d61e9b268d96ffa5 (patch)
treeb798bd276a4c0e4d6a4cc79869d7508f23f8d7ba /source/l
parent6040e1895de0a28ad5ea3ca7093c6f8a768a6cc7 (diff)
downloadcurrent-568c271aef987a6cc0bdd7e8d61e9b268d96ffa5.tar.gz
current-568c271aef987a6cc0bdd7e8d61e9b268d96ffa5.tar.xz
Tue Aug 29 00:06:09 UTC 202320230829000609
l/fmt-10.1.1-x86_64-1.txz: Upgraded. l/libedit-20230828_3.1-x86_64-1.txz: Upgraded. n/daemon-0.8.4-x86_64-1.txz: Upgraded. x/vulkan-sdk-1.3.250.0-x86_64-1.txz: Upgraded. Thanks to Heinz Wiesinger. xap/freerdp-2.11.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/libedit/libedit.SlackBuild2
-rw-r--r--source/l/libedit/libedit.gcc13.diff10
2 files changed, 0 insertions, 12 deletions
diff --git a/source/l/libedit/libedit.SlackBuild b/source/l/libedit/libedit.SlackBuild
index d933273d8..42c57c319 100755
--- a/source/l/libedit/libedit.SlackBuild
+++ b/source/l/libedit/libedit.SlackBuild
@@ -86,8 +86,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-zcat $CWD/libedit.gcc13.diff.gz | patch -p1 --verbose || exit 1
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/source/l/libedit/libedit.gcc13.diff b/source/l/libedit/libedit.gcc13.diff
deleted file mode 100644
index 3aafa5869..000000000
--- a/source/l/libedit/libedit.gcc13.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/chartype.c.orig 2023-08-27 02:25:53.000000000 -0500
-+++ ./src/chartype.c 2023-08-27 13:17:18.337763075 -0500
-@@ -34,6 +34,7 @@
- __RCSID("$NetBSD: chartype.c,v 1.37 2023/08/10 20:38:00 mrg Exp $");
- #endif /* not lint && not SCCSID */
-
-+#include <stdint.h>
- #include <ctype.h>
- #include <limits.h>
- #include <stdlib.h>