mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
17 lines
515 B
Plaintext
17 lines
515 B
Plaintext
$NetBSD: patch-ab,v 1.15 2014/01/17 08:48:06 adam Exp $
|
|
|
|
--- configure.orig 2013-01-09 21:43:05.000000000 +0000
|
|
+++ configure
|
|
@@ -11948,9 +11948,9 @@ test "x$exec_prefix" = xNONE && exec_pre
|
|
_bindir=`eval echo $bindir`
|
|
_bindir=`eval echo $_bindir`
|
|
|
|
-lib_search_path='-L${libdir}'
|
|
+lib_search_path="-L${BUILDLINK_DIR}/lib -L${BUILDLINK_X11_DIR}/lib"
|
|
|
|
-inc_search_path='-I${includedir}'
|
|
+inc_search_path="-I${BUILDLINK_DIR}/include -I${BUILDLINK_X11_DIR}/include"
|
|
|
|
|
|
# Check whether --with-libs-from was given.
|