diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-02-18 18:47:23 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-02-18 18:47:23 +0000 |
commit | 0b4a9036bce4f17ae53ab80efde6304a0d33081e (patch) | |
tree | b5471fbea79e2312366fe6223eb8ecf11505e0bc /x11/mlterm | |
parent | ace74cd27d657731d3c64b76a8b7b5ad6e0d57a0 (diff) | |
download | ports-0b4a9036bce4f17ae53ab80efde6304a0d33081e.tar.gz ports-0b4a9036bce4f17ae53ab80efde6304a0d33081e.zip |
Notes
Diffstat (limited to 'x11/mlterm')
-rw-r--r-- | x11/mlterm/Makefile | 2 | ||||
-rw-r--r-- | x11/mlterm/files/patch-kiklib:configure | 31 |
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." |