2007-05-12 16:24:56 -04:00
|
|
|
$OpenBSD: patch-modules_input_Makefile_in,v 1.14 2007/05/12 20:24:56 jasper Exp $
|
|
|
|
--- modules/input/Makefile.in.orig Wed May 2 18:41:52 2007
|
|
|
|
+++ modules/input/Makefile.in Sat May 5 00:20:27 2007
|
|
|
|
@@ -825,19 +825,13 @@ install-data-hook:
|
2004-06-21 23:15:02 -04:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \
|
|
|
|
echo "$(top_builddir)/gtk/gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules" ; \
|
|
|
|
$(top_builddir)/gtk/gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules ; \
|
2003-12-08 01:08:42 -05:00
|
|
|
- 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 "***" ; \
|
2004-06-21 23:15:02 -04:00
|
|
|
fi
|
|
|
|
|
|
|
|
uninstall-local:
|
|
|
|
rm -f $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules
|
2002-07-25 05:42:35 -04:00
|
|
|
|
|
|
|
gtk.immodules: Makefile.am $(module_LTLIBRARIES)
|
|
|
|
+ LD_LIBRARY_PATH=$(top_builddir)/gdk-pixbuf/.libs/:$(top_builddir)/gdk/.libs/:$(top_builddir)/gtk/.libs/ \
|
2004-06-21 23:15:02 -04:00
|
|
|
$(top_builddir)/gtk/gtk-query-immodules-2.0 $(module_LTLIBRARIES) > gtk.immodules
|
2002-07-25 05:42:35 -04:00
|
|
|
|
2002-12-22 23:59:47 -05:00
|
|
|
@CROSS_COMPILING_FALSE@all-local: gtk.immodules
|