3fa6844b90
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge. Always install man pages, not cat pages when using imake. Unify the various imake PLIST variables in preparation for dropping. Adjust xbattbar for the new expectations.
17 lines
554 B
Text
17 lines
554 B
Text
$NetBSD: patch-gnuLib.rules,v 1.1 2012/03/19 12:34:24 joerg Exp $
|
|
|
|
--- gnuLib.rules.orig 2012-03-04 18:07:20.000000000 +0000
|
|
+++ gnuLib.rules
|
|
@@ -45,7 +45,11 @@ XCOMM XXX To rpath or not to rpath...
|
|
#endif
|
|
#ifndef RpathLoadFlags
|
|
#if UseRpath
|
|
-#define RpathLoadFlags -Wl,-rpath=$(USRLIBDIRPATH)
|
|
+# ifdef RealProjectRoot
|
|
+# define RpathLoadFlags -Wl,-rpath,$(USRLIBDIRPATH) -Wl,-rpath,$(REALPROJECTROOT)/lib -L $(REALPROJECTROOT)/lib
|
|
+# else
|
|
+# define RpathLoadFlags -Wl,-rpath,$(USRLIBDIRPATH)
|
|
+# endif
|
|
#else
|
|
#define RpathLoadFlags /**/
|
|
#endif
|