openbsd-ports/devel/pango/patches/patch-modules_Makefile_in
marcm 8dcdfda0ef Update pango to 1.10.1. Part of the update to the GTK 2.8 series.
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!
2005-11-13 06:22:59 +00:00

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 \