pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/40692



The following reply was made to PR pkg/40692; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/40692
Date: Wed, 31 Aug 2011 14:53:11 +0200

 On Wed, Aug 31, 2011 at 12:35:01PM +0000, Jörn Clausen wrote:
 >  This fix in x11/xorg-cf-files should do it
 >  
 >  --- sunLib.tmpl.orig    2006-07-11 03:03:04.000000000 +0000
 >  +++ sunLib.tmpl
 >  @@ -11,6 +11,8 @@ XCOMM $XFree86: xc/config/cf/sunLib.tmpl
 >     * SunOS shared library template
 >     */
 >  
 >  +#define LdPreLib -L$(BUILDLIBDIR) -L$(USRLIBDIR) -R$(USRLIBDIR)
 >  +
 >    #if OSMajorVersion <= 4
 >  
 >    # if SunPost411FCSLd
 >  
 >  
 >  Tested with x11/xless and sysutils/xdu on Solaris 10.
 
 Can you test with -Wl,-rpath,$(USRLIBDIR) instead of -R? Just to make
 sure, but that is less compiler dependent.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index