13 lines
877 B
Plaintext
13 lines
877 B
Plaintext
$OpenBSD: patch-examples_Makefile_in,v 1.10 2005/05/24 21:27:29 marcm Exp $
|
|
--- examples/Makefile.in.orig Fri Mar 4 12:08:21 2005
|
|
+++ examples/Makefile.in Wed Mar 30 21:02:53 2005
|
|
@@ -619,7 +619,7 @@ pango.modules: $(top_builddir)/pango/pan
|
|
if find ../modules -name '*.so' | grep 'so' > /dev/null ; then \
|
|
echo "Writing a pango.modules file to use when running examples before installing Pango."; \
|
|
(cd ../modules && \
|
|
- $(top_builddir)/pango/pango-querymodules `find . -name '*.la' | grep -v \.libs` > ../examples/pango.modules ) ;\
|
|
+ LD_LIBRARY_PATH=$(top_builddir)/pango/.libs $(top_builddir)/pango/pango-querymodules `find . -name '*.la' | grep -v \.libs` > ../examples/pango.modules ) ;\
|
|
else \
|
|
echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \
|
|
touch pango.modules; \
|