46ab1d5f06
xpkgwedge. Also, OpenMotif can actually be installed into ${LOCALBASE} if xpkgwedge is installed. Use x11.buildlink.mk and mark as USE_BUILDLINK_ONLY, and add a buildlink.mk file for use by other package Makefiles.
13 lines
456 B
Text
13 lines
456 B
Text
$NetBSD: patch-ae,v 1.2 2001/09/08 20:03:44 jlam Exp $
|
|
|
|
--- config/cf/bsdLib.rules.orig Sat Sep 8 03:07:54 2001
|
|
+++ config/cf/bsdLib.rules
|
|
@@ -153,7 +153,7 @@
|
|
#define ShLibIncludeFile <bsdLib.tmpl>
|
|
#endif
|
|
#ifndef SharedLibraryLoadFlags
|
|
-#define SharedLibraryLoadFlags -shared -Wl,-rpath,$(USRLIBDIR)
|
|
+#define SharedLibraryLoadFlags -shared -Wl,-rpath,$(USRLIBDIRPATH)
|
|
#endif
|
|
#ifndef PositionIndependentCFlags
|
|
#define PositionIndependentCFlags -fPIC
|