blob: eff70a835790294dee79c0f6d8515c975be0361c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ad,v 1.4 2003/01/21 12:13:54 wiz Exp $
--- configure.orig Wed Dec 11 16:23:36 2002
+++ configure
@@ -9362,7 +9362,7 @@ else
# It would also be nice to do this for all -L options, not just this one.
if test -n "$x_libraries"; then
- X_LIBS="$X_LIBS -L$x_libraries"
+ X_LIBS="$X_LIBS -L$x_libraries -Wl,-R$x_libraries"
# For Solaris; some versions of Sun CC require a space after -R and
# others require no space. Words are not sufficient . . . .
case `(uname -sr) 2>/dev/null` in
@@ -12664,7 +12664,7 @@ echo "${ECHO_T}$GDK_PIXBUF_LIBS" >&6
GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
GDK_PIXBUF_DIR="gtk-2.0/$GTK_VERSION/loaders"
- wmf_gdk_pixbuf=yes
+ wmf_gdk_pixbuf=no
else
wmf_gdk_pixbuf=no
|