summaryrefslogtreecommitdiff
path: root/textproc/libxml/patches/patch-ac
blob: 818626ebda911c5cebd1e083f52d7fc9b7f5c583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.3 1999/10/11 00:19:23 jlam Exp $

--- xml-config.in.orig	Mon Aug 30 07:21:21 1999
+++ xml-config.in	Sun Oct 10 20:05:51 1999
@@ -57,7 +57,7 @@
        	;;
 
     --libs)
-       	echo -L@libdir@ @XML_LIBS@ @LIBS@
+       	echo -Wl,-R@libdir@ -L@libdir@ @XML_LIBS@ @LIBS@
        	;;
 
     *)