diff options
author | obache <obache@pkgsrc.org> | 2008-06-08 13:06:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-06-08 13:06:27 +0000 |
commit | e12373ae6e8ef638e46649102a64d6de423c4e5b (patch) | |
tree | 7eca19f8185622681f87f1492011529d79d33a1b | |
parent | 3e64660304be2ecb0cafbd9a59cc6b7018537bdd (diff) | |
download | pkgsrc-e12373ae6e8ef638e46649102a64d6de423c4e5b.tar.gz |
Suppress package non portable own localedir replacement command.
-rw-r--r-- | inputmethod/uim-tomoe-gtk/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/uim-tomoe-gtk/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/inputmethod/uim-tomoe-gtk/distinfo b/inputmethod/uim-tomoe-gtk/distinfo index 0a1f398a5a9..6f75890e3b4 100644 --- a/inputmethod/uim-tomoe-gtk/distinfo +++ b/inputmethod/uim-tomoe-gtk/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/04/13 06:07:57 obache Exp $ +$NetBSD: distinfo,v 1.2 2008/06/08 13:06:27 obache Exp $ SHA1 (uim-tomoe-gtk-0.6.0.tar.gz) = 7bf0154886ed0f06370be997d54633da3d1311fe RMD160 (uim-tomoe-gtk-0.6.0.tar.gz) = 61399037a5802b426fa1d17815b755145013d117 Size (uim-tomoe-gtk-0.6.0.tar.gz) = 372357 bytes +SHA1 (patch-aa) = e21b34e42c4a09ef2ebd61ea0040e988332983d5 diff --git a/inputmethod/uim-tomoe-gtk/patches/patch-aa b/inputmethod/uim-tomoe-gtk/patches/patch-aa new file mode 100644 index 00000000000..13883044226 --- /dev/null +++ b/inputmethod/uim-tomoe-gtk/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2008/06/08 13:06:27 obache Exp $ + +--- configure.orig 2007-06-12 08:39:13.000000000 +0000 ++++ configure +@@ -21934,8 +21934,6 @@ echo "${ECHO_T}$LINGUAS" >&6; } + sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ + < $srcdir/po/POTFILES.in > po/POTFILES + +-ac_config_commands="$ac_config_commands modify-itlocaledir" +- + + tomoe_save_LIBS=$LIBS + LIBS="$LIBS $GTK_LIBS" |