4cf6762627
feedback from brad. ok steven@
31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
$OpenBSD: patch-modules_Makefile_in,v 1.12 2007/05/12 20:22:20 jasper Exp $
|
|
--- modules/Makefile.in.orig Fri Apr 27 08:47:50 2007
|
|
+++ modules/Makefile.in Fri May 4 23:46:39 2007
|
|
@@ -657,21 +657,11 @@ uninstall-info: uninstall-info-recursive
|
|
@CROSS_COMPILING_FALSE@all-local: pango.modules
|
|
|
|
install-data-local: $(top_builddir)/pango/pango-querymodules$(EXEEXT)
|
|
- @if $(RUN_QUERY_MODULES_TEST) ; then \
|
|
- echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango \&\& \
|
|
- $(top_builddir)/pango/pango-querymodules$(EXEEXT) \
|
|
- \> $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
|
- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && \
|
|
- $(top_builddir)/pango/pango-querymodules$(EXEEXT) \
|
|
- > $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
|
- else \
|
|
- echo "***" ; \
|
|
- echo "*** Warning: $(sysconfdir)/pango/pango.modules" ; \
|
|
- echo "*** not created" ; \
|
|
- echo "*** Generate this file on the target system" ; \
|
|
- echo "*** using pango-querymodules" ; \
|
|
- echo "***" ; \
|
|
- fi
|
|
+ $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && \
|
|
+ LD_LIBRARY_PATH=$(top_builddir)/pango/.libs \
|
|
+ $(top_builddir)/pango/pango-querymodules \
|
|
+ `find $(DESTDIR)$(moduledir) -name '*.so'` | sed 's,$(DESTDIR),,' \
|
|
+ > $(DESTDIR)$(sysconfdir)/pango/pango.modules
|
|
|
|
uninstall-local:
|
|
$(RM) $(DESTDIR)$(sysconfdir)/pango/pango.modules
|