aboutsummaryrefslogtreecommitdiffstats
path: root/x11/mlterm
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2006-02-19 02:47:23 +0800
committernobutaka <nobutaka@FreeBSD.org>2006-02-19 02:47:23 +0800
commit34b5a09425f64c57d85407697bc66aabeaf99fab (patch)
tree98423bc14cb73238aa0e47465f44e42fc4bffd84 /x11/mlterm
parent992dea8805796a9d77097977d6ef239fb92b5198 (diff)
downloadfreebsd-ports-34b5a09425f64c57d85407697bc66aabeaf99fab.tar.gz
freebsd-ports-34b5a09425f64c57d85407697bc66aabeaf99fab.tar.zst
freebsd-ports-34b5a09425f64c57d85407697bc66aabeaf99fab.zip
Fix build error on 4-stable and 5-stable.
Reported by: pointyhat via kris
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile2
-rw-r--r--x11/mlterm/files/patch-kiklib:configure31
2 files changed, 22 insertions, 11 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index aff31ad327b9..b9c339b14b1f 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Multilingual X11 terminal emulator
-BROKEN= Does not compile
-
USE_X_PREFIX= yes
USE_GNOME= gtk20 lthack
USE_AUTOTOOLS= libtool:13:inc
diff --git a/x11/mlterm/files/patch-kiklib:configure b/x11/mlterm/files/patch-kiklib:configure
index e5581b79d46c..2f1c0bd3cabc 100644
--- a/x11/mlterm/files/patch-kiklib:configure
+++ b/x11/mlterm/files/patch-kiklib:configure
@@ -1,14 +1,27 @@
---- 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
+--- kiklib/configure.orig Sun Feb 19 02:28:35 2006
++++ kiklib/configure Sun Feb 19 03:03:42 2006
+@@ -7261,11 +7261,7 @@
+ if test "$kik_cv_mingw32" = yes ; then
+ kik_cv_pty=win32
+ else
+- if test -c /dev/ptmx ; then
+- kik_cv_pty=streams
+- else
+- kik_cv_pty=bsd
+- fi
++ kik_cv_pty=bsd
+ fi
+ fi
+@@ -7535,11 +7531,6 @@
+ *) # Relative path.
+ srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
+ top_srcdir="$ac_dots$ac_given_srcdir" ;;
+- esac
+-
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
--
+ esac
+
echo creating "$ac_file"
- rm -f "$ac_file"
- configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."