8dcdfda0ef
Pango 1.10 release notes here: http://mail.gnome.org/archives/gnome-announce-list/2005-August/msg00058.html NOTE: Pango now uses the Cairo vector graphic library. This will necessitate changes to depending ports!
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
$OpenBSD: patch-modules_Makefile_in,v 1.8 2005/11/13 06:22:59 marcm Exp $
|
|
--- modules/Makefile.in.orig Mon Oct 3 06:12:52 2005
|
|
+++ modules/Makefile.in Sun Oct 30 11:32:42 2005
|
|
@@ -561,21 +561,11 @@ uninstall-info: uninstall-info-recursive
|
|
|
|
|
|
install-data-local:
|
|
- @if $(RUN_QUERY_IMMODULES_TEST) ; then \
|
|
- echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango \&\& \
|
|
- $(top_builddir)/pango/pango-querymodules \
|
|
- \> $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
|
- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && \
|
|
- $(top_builddir)/pango/pango-querymodules \
|
|
- > $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
|
- else \
|
|
- echo "***" ; \
|
|
- echo "*** Warning: pango.modules not created" ; \
|
|
- echo "***" ; \
|
|
- echo "*** Generate this file on the target system" ; \
|
|
- echo "*** system 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
|
|
|
|
included-modules:
|
|
@for d in $(SUBDIRS) ; do \
|