d4cc8ff2cd
deve/glib2 2.2.2 -> 2.2.3 devel/pango 1.2.3 -> 1.2.5 x11/gtk+2 2.2.2 -> 2.2.4 These are minor bugfix updates to the GTK 2.2 series but are starting to be required by some GTK & Gnome apps.
13 lines
833 B
Plaintext
13 lines
833 B
Plaintext
$OpenBSD: patch-examples_Makefile_in,v 1.8 2003/09/23 06:12:41 marcm Exp $
|
|
--- examples/Makefile.in.orig 2003-08-27 08:39:14.000000000 -0700
|
|
+++ examples/Makefile.in 2003-09-05 11:47:52.000000000 -0700
|
|
@@ -418,7 +418,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; \
|