diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-06-20 22:58:15 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-06-20 22:58:15 +0800 |
commit | c997fe03ac7f51561e93fe6de5e31159d195b3d1 (patch) | |
tree | 0622428b20099dd3535985ebbac45884558a97aa /x11/mlterm/files | |
parent | 53ded50066bb04ceb5c1b16a46a05377f70cfd20 (diff) | |
download | freebsd-ports-gnome-c997fe03ac7f51561e93fe6de5e31159d195b3d1.tar.gz freebsd-ports-gnome-c997fe03ac7f51561e93fe6de5e31159d195b3d1.tar.zst freebsd-ports-gnome-c997fe03ac7f51561e93fe6de5e31159d195b3d1.zip |
Update to 2.7.0.
Diffstat (limited to 'x11/mlterm/files')
-rw-r--r-- | x11/mlterm/files/patch-configure | 25 | ||||
-rw-r--r-- | x11/mlterm/files/patch-kiklib:configure | 14 | ||||
-rw-r--r-- | x11/mlterm/files/patch-mkf:configure | 14 |
3 files changed, 53 insertions, 0 deletions
diff --git a/x11/mlterm/files/patch-configure b/x11/mlterm/files/patch-configure new file mode 100644 index 000000000000..29701bbc5d86 --- /dev/null +++ b/x11/mlterm/files/patch-configure @@ -0,0 +1,25 @@ +--- configure.orig Fri Jun 20 10:53:15 2003 ++++ configure Fri Jun 20 11:00:52 2003 +@@ -9103,11 +9103,6 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + +- case "$ac_given_INSTALL" in +- [/$]*) INSTALL="$ac_given_INSTALL" ;; +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +- esac +- + echo creating "$ac_file" + rm -f "$ac_file" + configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." +@@ -9469,10 +9464,6 @@ + *) # Relative path. + ac_sub_cache_file="$ac_dots$cache_file" ;; + esac +- case "$ac_given_INSTALL" in +- [/$]*) INSTALL="$ac_given_INSTALL" ;; +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +- esac + + echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" + # The eval makes quoting arguments work. diff --git a/x11/mlterm/files/patch-kiklib:configure b/x11/mlterm/files/patch-kiklib:configure new file mode 100644 index 000000000000..e5581b79d46c --- /dev/null +++ b/x11/mlterm/files/patch-kiklib:configure @@ -0,0 +1,14 @@ +--- kiklib/configure.orig Fri Jun 20 10:53:24 2003 ++++ kiklib/configure Fri Jun 20 10:54:08 2003 +@@ -7174,11 +7174,6 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + +- case "$ac_given_INSTALL" in +- [/$]*) INSTALL="$ac_given_INSTALL" ;; +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +- esac +- + echo creating "$ac_file" + rm -f "$ac_file" + configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." diff --git a/x11/mlterm/files/patch-mkf:configure b/x11/mlterm/files/patch-mkf:configure new file mode 100644 index 000000000000..9c815b5619a3 --- /dev/null +++ b/x11/mlterm/files/patch-mkf:configure @@ -0,0 +1,14 @@ +--- mkf/configure.orig Fri Jun 20 10:53:36 2003 ++++ mkf/configure Fri Jun 20 10:53:51 2003 +@@ -5796,11 +5796,6 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + +- case "$ac_given_INSTALL" in +- [/$]*) INSTALL="$ac_given_INSTALL" ;; +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +- esac +- + echo creating "$ac_file" + rm -f "$ac_file" + configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." |