aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/elinks/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/elinks/files/patch-configure b/www/elinks/files/patch-configure
deleted file mode 100644
index 475aae7213a3..000000000000
--- a/www/elinks/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Mon Sep 18 02:20:15 2006
-+++ configure Mon Sep 18 02:20:37 2006
-@@ -2959,7 +2959,7 @@
-
-
- echo > config.asciidoc-unsafe.txt
-- if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt >&/dev/null; then
-+ if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt 2>&1 >/dev/null; then
- ASCIIDOC_FLAGS=--unsafe
- fi
- rm config.asciidoc-unsafe.*