diff options
author | wxs <wxs@FreeBSD.org> | 2008-06-13 23:38:06 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-06-13 23:38:06 +0800 |
commit | 46e52f45afc92758fc9480b5f38722d85127e5db (patch) | |
tree | e654947b086cdc0b61937dc62a7e5beda32c2c56 /www/elinks | |
parent | eab53b43d6fc67fb0064dc54ffbc5cf9b4256613 (diff) | |
download | freebsd-ports-gnome-46e52f45afc92758fc9480b5f38722d85127e5db.tar.gz freebsd-ports-gnome-46e52f45afc92758fc9480b5f38722d85127e5db.tar.zst freebsd-ports-gnome-46e52f45afc92758fc9480b5f38722d85127e5db.zip |
Remove patch-configure, forgot it in my last commit.
Submitted by: itetcu
Approved by: garga (mentor, implicit)
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/files/patch-configure | 11 |
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.* |