pkgsrc/print/mp/patches/patch-aa
2000-09-24 14:37:27 +00:00

13 lines
526 B
Text

$NetBSD: patch-aa,v 1.3 2000/09/24 14:37:28 hubertf Exp $
--- configure.orig Sun Sep 24 16:30:11 2000
+++ configure
@@ -2247,7 +2247,7 @@
# 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