diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-03-29 18:39:13 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-03-29 18:39:13 +0800 |
commit | af0c438d3a681bb1eba062e94c7d8e79bc58906b (patch) | |
tree | 1027fbff2318e1a1f688543ef39be4b51edf53ed /www/w3m/files | |
parent | a345373d8a566e56fa94dc77c48f76b2fbebc984 (diff) | |
download | freebsd-ports-gnome-af0c438d3a681bb1eba062e94c7d8e79bc58906b.tar.gz freebsd-ports-gnome-af0c438d3a681bb1eba062e94c7d8e79bc58906b.tar.zst freebsd-ports-gnome-af0c438d3a681bb1eba062e94c7d8e79bc58906b.zip |
Fix patch error on www/w3m-m17n caused by the previous change of patch-configure.
Diffstat (limited to 'www/w3m/files')
-rw-r--r-- | www/w3m/files/patch-configure | 11 |
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=//'` ;; |