Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,32 @@
$NetBSD: patch-configure,v 1.2 2014/05/27 13:24:43 fhajny Exp $
Look for history/readline at proper places.
--- configure.orig 2014-03-26 14:50:53.000000000 +0000
+++ configure
@@ -17557,7 +17557,7 @@ fi
$as_echo_n "checking for history... " >&6; }
-SEARCHPATH=/usr
+SEARCHPATH=${prefix}
NAME=history
HEADER=readline/history.h
LIBNAME=history
@@ -17893,7 +17893,7 @@ fi
$as_echo_n "checking for readline... " >&6; }
-SEARCHPATH=/usr
+SEARCHPATH=${prefix}
NAME=readline
HEADER=readline/readline.h
LIBNAME=readline
@@ -18501,7 +18501,7 @@ rm -f core conftest.err conftest.$ac_obj
-SEARCHPATH=/usr
+SEARCHPATH=${prefix}
NAME=iconv
HEADER=iconv.h
LIBNAME=iconv