mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 00:20:09 -07:00
binutils: remove patch
This commit is contained in:
parent
af6eee8401
commit
1bc253b6eb
@ -1,12 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Latest binutils tarball has falsely generated (empty) manual pages.
|
||||
# Generating them requires perl. Temporary fix until next release.
|
||||
! kiss l perl || {
|
||||
patch -p1 < fix-empty-man.patch
|
||||
rm -f binutils/doc/*.1 ld/ld.1 gas/doc/as.1 gprof/gprof.1
|
||||
}
|
||||
|
||||
cat > makeinfo <<EOF
|
||||
#!/bin/sh
|
||||
printf 'makeinfo (GNU texinfo) 5.2\n'
|
||||
|
@ -1,2 +1 @@
|
||||
e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
|
||||
10cbf96312ae3662a0fb9606e0f9c36ce483fe95006fd215d7bceb00b81169ac
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff --git a/etc/texi2pod.pl b/etc/texi2pod.pl
|
||||
index 11f70d1..8e50c08 100644
|
||||
--- a/etc/texi2pod.pl
|
||||
+++ b/etc/texi2pod.pl
|
||||
@@ -59,6 +59,7 @@ while ($_ = shift) {
|
||||
$flag = shift;
|
||||
}
|
||||
push (@ipath, $flag);
|
||||
+ } elsif (/^--no-split$/) {
|
||||
} elsif (/^-/) {
|
||||
usage();
|
||||
} else {
|
@ -1,2 +1 @@
|
||||
https://ftp.gnu.org/gnu/binutils/binutils-VERSION.tar.xz
|
||||
patches/fix-empty-man.patch
|
||||
|
Loading…
Reference in New Issue
Block a user