diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-04-10 10:03:58 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-04-10 10:03:58 +0800 |
commit | b7ffb2dcc3b48e7e636bbdb24ac31299cb6a0fc2 (patch) | |
tree | 92642c0fa507c7e00fff8b8f4cd791579393b0b6 /japanese | |
parent | f03408191f5ea0a0554defb1e6bb33b4b13d34d2 (diff) | |
download | freebsd-ports-gnome-b7ffb2dcc3b48e7e636bbdb24ac31299cb6a0fc2.tar.gz freebsd-ports-gnome-b7ffb2dcc3b48e7e636bbdb24ac31299cb6a0fc2.tar.zst freebsd-ports-gnome-b7ffb2dcc3b48e7e636bbdb24ac31299cb6a0fc2.zip |
Fix build.
Reported by: bento via kris
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/uim/files/patch-configure | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/japanese/uim/files/patch-configure b/japanese/uim/files/patch-configure new file mode 100644 index 000000000000..790143b8afce --- /dev/null +++ b/japanese/uim/files/patch-configure @@ -0,0 +1,16 @@ +--- configure.orig Sat Apr 10 10:42:35 2004 ++++ configure Sat Apr 10 10:43:38 2004 +@@ -19195,13 +19195,6 @@ + echo "$as_me: error: perl 5.x required for intltool" >&2;} + { (exit 1); exit 1; }; } + fi +-if `perl -e "require XML::Parser" 2>/dev/null`; then +-: +-else +- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 +-echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;} +- { (exit 1); exit 1; }; } +-fi + + # Remove file type tags (using []) from po/POTFILES. + |