diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2011-07-09 13:54:29 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2011-07-09 13:54:29 +0800 |
commit | 8b40d959b8d905851718bcab617f5e576e15eb3c (patch) | |
tree | a2404c6e80ef2bab4f5f2662a7235ad7cd50e71c /x11/mlterm/files | |
parent | f297e33191063e226ab4d2fd67518905122d1397 (diff) | |
download | freebsd-ports-gnome-8b40d959b8d905851718bcab617f5e576e15eb3c.tar.gz freebsd-ports-gnome-8b40d959b8d905851718bcab617f5e576e15eb3c.tar.zst freebsd-ports-gnome-8b40d959b8d905851718bcab617f5e576e15eb3c.zip |
Update to 3.0.5.
Diffstat (limited to 'x11/mlterm/files')
-rw-r--r-- | x11/mlterm/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/mlterm/files/patch-configure b/x11/mlterm/files/patch-configure new file mode 100644 index 000000000000..64ec99113fe9 --- /dev/null +++ b/x11/mlterm/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig 2011-07-09 14:35:10.000000000 +0900 ++++ configure 2011-07-09 14:36:32.000000000 +0900 +@@ -20868,6 +20868,7 @@ + have_vte=yes + fi + if test "$have_vte" = "yes" ; then ++ MAKE_DIRS="gtk ${MAKE_DIRS}" + OUTPUT_FILES="gtk/Makefile ${OUTPUT_FILES}" + # "tr ..." is hack for cygwin. + # (removing \r which is output by win32 native pkg-config.) |