summaryrefslogtreecommitdiff
path: root/net-misc/netkit-routed/files/netkit-routed-0.17-printf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/netkit-routed/files/netkit-routed-0.17-printf.patch')
-rw-r--r--net-misc/netkit-routed/files/netkit-routed-0.17-printf.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/netkit-routed/files/netkit-routed-0.17-printf.patch b/net-misc/netkit-routed/files/netkit-routed-0.17-printf.patch
deleted file mode 100644
index 16607a22b9b1..000000000000
--- a/net-misc/netkit-routed/files/netkit-routed-0.17-printf.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-echo -n isn't supported by all shells, use printf instead, which is portable.
-
-Patch by Andrew Miller.
-
-https://bugs.gentoo.org/529992
-
---- a/configure
-+++ b/configure
-@@ -235,10 +235,7 @@
-
- echo 'Generating MCONFIG...'
- (
-- echo -n '# Generated by configure (confgen version 2) on '
-- date
-- echo '#'
-- echo
-+ printf "#\n# Generated by configure (confgen version 2) on $(date)\n#\n\n"
-
- echo "SBINDIR=$SBINDIR"
- echo "MANDIR=$MANDIR"