summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-03-29 10:39:13 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-03-29 10:39:13 +0000
commit62808c80791a7d7b53d04d60a37e9fb4af9eabd7 (patch)
tree3c380407e15aefc946f9a375c0a7397a74927b34 /www/w3m
parentFix configure error on -current. (diff)
Fix patch error on www/w3m-m17n caused by the previous change of patch-configure.
Notes
Notes: svn path=/head/; revision=56857
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/files/patch-configure11
1 files changed, 1 insertions, 10 deletions
diff --git a/www/w3m/files/patch-configure b/www/w3m/files/patch-configure
index c6b170ccb0ff..b33e10cd85cd 100644
--- a/www/w3m/files/patch-configure
+++ b/www/w3m/files/patch-configure
@@ -1,5 +1,5 @@
--- configure.orig Tue Feb 12 17:52:58 2002
-+++ configure Fri Mar 29 13:23:17 2002
++++ configure Fri Mar 29 19:27:19 2002
@@ -53,19 +53,22 @@
shift
;;
@@ -28,15 +28,6 @@
;;
-lang=en|--lang=en|-lang=EN|--lang=EN)
lang=EN
-@@ -92,7 +95,7 @@
- dmodel=6
- ;;
- -code=*|--code=*)
-- display_code=`expr "$1" : "-*code=\(.*\)"`
-+ display_code=`expr \( "$1" : "-*code=\(.*\)" \)`
- ;;
- -cflags=*|--cflags=*)
- dcflags=`echo $1 | sed -e 's/-*cflags=//'`
@@ -101,19 +104,19 @@
dldflags=`echo $1 | sed -e 's/-*ldflags=//'`
;;