blob: 3d7d5e925b561e792af20a314aa18d58017afa0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.3 2016/05/07 10:04:00 joerg Exp $
--- configuration/Makefile.din.orig Thu Sep 3 15:44:26 1998
+++ configuration/Makefile.din
@@ -93,7 +93,7 @@
# Define library and include paths for the X system if headers and
# libraries can not be found in standard places
X_CFLAGS = @X_CFLAGS@ # REPORT_IF_BUG
-X_LIBS = @X_LIBS@ # REPORT_IF_BUG
+X_LIBS = ${COMPILER_RPATH_FLAG}${PREFIX}/lib -L${PREFIX}/lib @X_LIBS@
# Any extra libraries needed to be linked after all X libraries
X_EXTRA_LIBS = @X_EXTRA_LIBS@ # REPORT_IF_BUG
|