Files
pkgsrc-ng/math/snns/patches/patch-ac
2016-11-18 22:39:22 +01:00

14 lines
583 B
Plaintext

$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