mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
21 lines
641 B
Plaintext
21 lines
641 B
Plaintext
$NetBSD: patch-configure,v 1.1 2013/09/20 23:10:12 joerg Exp $
|
|
|
|
--- configure.orig 2013-08-02 11:35:56.000000000 +0000
|
|
+++ configure
|
|
@@ -79,12 +79,9 @@ NSL_PATH=""
|
|
SOCKET_PATH=""
|
|
MANDIR=""
|
|
XHYDRA_SUPPORT=""
|
|
-LIBDIRS=`cat /etc/ld.so.conf /etc/ld.so.conf.d/* 2> /dev/null | grep -v '^#' | sort | uniq`
|
|
-if [ "$SIXFOUR" = "64" ]; then
|
|
- LIBDIRS="$LIBDIRS /lib64 /usr/lib64 /usr/local/lib64 /opt/local/lib64"
|
|
-fi
|
|
-LIBDIRS="$LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib"
|
|
-INCDIRS="/usr/include /usr/local/include /opt/include /opt/local/include"
|
|
+LIBDIRS=${BUILDLINK_DIR}/lib
|
|
+INCDIRS=${BUILDLINK_DIR}/include
|
|
+
|
|
STRIP="strip"
|
|
echo
|
|
|