mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 15:06:40 -04:00
14 lines
601 B
Plaintext
14 lines
601 B
Plaintext
$NetBSD: patch-ac,v 1.2 2014/12/10 23:25:15 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}${X11BASE}/lib -L${X11BASE}/lib @X_LIBS@ # REPORT_IF_BUG
|
|
|
|
# Any extra libraries needed to be linked after all X libraries
|
|
X_EXTRA_LIBS = @X_EXTRA_LIBS@ # REPORT_IF_BUG
|