openbsd-ports/devel/pango/patches/patch-examples_Makefile_in
2002-12-23 04:57:56 +00:00

13 lines
811 B
Plaintext

$OpenBSD: patch-examples_Makefile_in,v 1.3 2002/12/23 04:57:56 marcm Exp $
--- examples/Makefile.in.orig Sun Oct 13 09:50:53 2002
+++ examples/Makefile.in Wed Dec 4 12:34:06 2002
@@ -510,7 +510,7 @@ pango.modules:
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 && \
- ../pango/pango-querymodules `find . -name '*.la' | grep -v \.libs` > ../examples/pango.modules ) ;\
+ LD_LIBRARY_PATH=../pango/.libs ../pango/pango-querymodules `find . -name '*.so' | grep -v \.libs` > ../examples/pango.modules ) ;\
else \
echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \
touch pango.modules; \