summaryrefslogtreecommitdiff
path: root/inputmethod/gtk-im-libthai
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-06-01 08:15:36 +0000
committerobache <obache@pkgsrc.org>2008-06-01 08:15:36 +0000
commit10a383749363304877cfa5b71a80601dbcc2ba4a (patch)
treea8bc24d66127edfbb1bdab239c6cc2f7f22bb07d /inputmethod/gtk-im-libthai
parent604ecba71a0d51dede4d834bdc79f10b75b6929b (diff)
downloadpkgsrc-10a383749363304877cfa5b71a80601dbcc2ba4a.tar.gz
Avoid immodule handling, pkgsrc framework handle it.
Diffstat (limited to 'inputmethod/gtk-im-libthai')
-rw-r--r--inputmethod/gtk-im-libthai/distinfo3
-rw-r--r--inputmethod/gtk-im-libthai/patches/patch-aa25
2 files changed, 27 insertions, 1 deletions
diff --git a/inputmethod/gtk-im-libthai/distinfo b/inputmethod/gtk-im-libthai/distinfo
index f3db279be69..74813d6b1d8 100644
--- a/inputmethod/gtk-im-libthai/distinfo
+++ b/inputmethod/gtk-im-libthai/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/02/26 11:38:41 obache Exp $
+$NetBSD: distinfo,v 1.2 2008/06/01 08:15:36 obache Exp $
SHA1 (gtk-im-libthai-0.1.4.tar.gz) = 8c5a1ccbcca13cba7cf3ecb28ef066c64b1c5945
RMD160 (gtk-im-libthai-0.1.4.tar.gz) = 8888a03bfbfe5aa69a3266b2c9237272c90e0771
Size (gtk-im-libthai-0.1.4.tar.gz) = 335954 bytes
+SHA1 (patch-aa) = 3344de0fbf36622058addef5f5a9e9aca499ebbc
diff --git a/inputmethod/gtk-im-libthai/patches/patch-aa b/inputmethod/gtk-im-libthai/patches/patch-aa
new file mode 100644
index 00000000000..385c5da8460
--- /dev/null
+++ b/inputmethod/gtk-im-libthai/patches/patch-aa
@@ -0,0 +1,25 @@
+$NetBSD: patch-aa,v 1.1 2008/06/01 08:15:36 obache Exp $
+
+--- src/Makefile.in.orig 2006-09-13 03:38:40.000000000 +0000
++++ src/Makefile.in
+@@ -485,19 +485,7 @@ uninstall-am: uninstall-info-am uninstal
+ # Running this if cross compiling or if DESTDIR is set is going to
+ # not work at all, so skip it.
+ install-data-hook:
+- @if test -z "$(DESTDIR)" ; then \
+- echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \
+- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \
+- echo "gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules" ; \
+- gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules ; \
+- else \
+- echo "***" ; \
+- echo "*** Warning: gtk.immodules not built" ; \
+- echo "***" ; \
+- echo "*** Generate this file manually on host" ; \
+- echo "*** system using gtk-query-immodules-2.0" ; \
+- echo "***" ; \
+- fi
++
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT: