diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-10 08:58:17 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-10 08:58:17 +0000 |
commit | 0f530327479dd462fc26b0cd419ce4711674b37a (patch) | |
tree | 6f4977c429a4765421b132b956e9bc78fdba6a4e /inputmethod/imhangul/patches | |
parent | f90a3d9bf82af3d74a66d23471037706a770c971 (diff) | |
download | pkgsrc-0f530327479dd462fc26b0cd419ce4711674b37a.tar.gz |
Import imhangul-0.9.9 from pkgsrc-wip.
Imhangul is a Hangul input module for GTK+ 2. This supports Korean
Hangul input with several types of keyboards widely used in Korea.
Diffstat (limited to 'inputmethod/imhangul/patches')
-rw-r--r-- | inputmethod/imhangul/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inputmethod/imhangul/patches/patch-aa b/inputmethod/imhangul/patches/patch-aa new file mode 100644 index 00000000000..a0e9178353a --- /dev/null +++ b/inputmethod/imhangul/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/02/10 08:58:17 minskim Exp $ + +--- Makefile.in.orig 2003-12-20 07:35:45.000000000 -0600 ++++ Makefile.in +@@ -696,6 +696,7 @@ uninstall-am: uninstall-info-am uninstal + + + install-data-hook: ++no-install-data-hook: + if test -z "$(DESTDIR)" ; then \ + $(mkinstalldirs) $(sysconfdir)/gtk-2.0; \ + gtk-query-immodules-2.0 > $(DESTDIR)/$(GTK_IMMODULES); \ |