diff options
author | obache <obache@pkgsrc.org> | 2010-03-10 13:51:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-03-10 13:51:26 +0000 |
commit | 3edbc72692dd9050149be985b978cab7d6400f1c (patch) | |
tree | bd565698fb92a3adcd41fa02be3b8b798ec896d0 /inputmethod/gtk-im-libthai/patches | |
parent | 87f3deed77e3207f8ffcae2a650ef5920a65bfd1 (diff) | |
download | pkgsrc-3edbc72692dd9050149be985b978cab7d6400f1c.tar.gz |
Update gtk-im-libthai to 0.1.5.
0.1.5 (2009-12-27)
=====
- Correctly fall back to rejection when client does not support correction
Diffstat (limited to 'inputmethod/gtk-im-libthai/patches')
-rw-r--r-- | inputmethod/gtk-im-libthai/patches/patch-aa | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/inputmethod/gtk-im-libthai/patches/patch-aa b/inputmethod/gtk-im-libthai/patches/patch-aa index 385c5da8460..39776286a5d 100644 --- a/inputmethod/gtk-im-libthai/patches/patch-aa +++ b/inputmethod/gtk-im-libthai/patches/patch-aa @@ -1,8 +1,10 @@ -$NetBSD: patch-aa,v 1.1 2008/06/01 08:15:36 obache Exp $ +$NetBSD: patch-aa,v 1.2 2010/03/10 13:51:27 obache Exp $ ---- src/Makefile.in.orig 2006-09-13 03:38:40.000000000 +0000 +Handled by pkgsrc package install script. + +--- src/Makefile.in.orig 2009-12-27 05:07:04.000000000 +0000 +++ src/Makefile.in -@@ -485,19 +485,7 @@ uninstall-am: uninstall-info-am uninstal +@@ -542,19 +542,6 @@ uninstall-am: uninstall-moduleLTLIBRARIE # Running this if cross compiling or if DESTDIR is set is going to # not work at all, so skip it. install-data-hook: @@ -19,7 +21,6 @@ $NetBSD: patch-aa,v 1.1 2008/06/01 08:15:36 obache Exp $ - 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: |