summaryrefslogtreecommitdiff
path: root/inputmethod/gtk-im-libthai/patches
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
commit28a5f74510f83f475569c1e8644cb27e4a3bebba (patch)
treea8bc24d66127edfbb1bdab239c6cc2f7f22bb07d /inputmethod/gtk-im-libthai/patches
parente0d4844b58273bd7e138f9633d98a27acb8a61ee (diff)
downloadpkgsrc-28a5f74510f83f475569c1e8644cb27e4a3bebba.tar.gz
Avoid immodule handling, pkgsrc framework handle it.
Diffstat (limited to 'inputmethod/gtk-im-libthai/patches')
-rw-r--r--inputmethod/gtk-im-libthai/patches/patch-aa25
1 files changed, 25 insertions, 0 deletions
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: