Import of pkgsrc-2015Q2
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
$NetBSD: patch-configure,v 1.2 2014/05/27 13:24:43 fhajny Exp $
|
||||
$NetBSD: patch-configure,v 1.3 2015/05/20 13:26:45 ryoon Exp $
|
||||
|
||||
Look for history/readline at proper places.
|
||||
--- configure.orig 2014-03-26 14:50:53.000000000 +0000
|
||||
--- configure.orig 2015-04-08 22:16:40.000000000 +0000
|
||||
+++ configure
|
||||
@@ -17557,7 +17557,7 @@ fi
|
||||
@@ -17567,7 +17567,7 @@ fi
|
||||
$as_echo_n "checking for history... " >&6; }
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ Look for history/readline at proper places.
|
||||
NAME=history
|
||||
HEADER=readline/history.h
|
||||
LIBNAME=history
|
||||
@@ -17893,7 +17893,7 @@ fi
|
||||
@@ -17903,7 +17903,7 @@ fi
|
||||
$as_echo_n "checking for readline... " >&6; }
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ Look for history/readline at proper places.
|
||||
NAME=readline
|
||||
HEADER=readline/readline.h
|
||||
LIBNAME=readline
|
||||
@@ -18501,7 +18501,7 @@ rm -f core conftest.err conftest.$ac_obj
|
||||
@@ -18511,7 +18511,7 @@ rm -f core conftest.err conftest.$ac_obj
|
||||
|
||||
|
||||
|
||||
@@ -30,3 +30,12 @@ Look for history/readline at proper places.
|
||||
NAME=iconv
|
||||
HEADER=iconv.h
|
||||
LIBNAME=iconv
|
||||
@@ -32389,7 +32389,7 @@ print "arch = "
|
||||
print CONFIG["arch"]
|
||||
print "\n"
|
||||
print "ruby_version = "
|
||||
-print Config::CONFIG["ruby_version"]
|
||||
+print RbConfig::CONFIG["ruby_version"]
|
||||
print "\n"
|
||||
print "prefix = "
|
||||
print CONFIG["prefix"].sub(drive, "")
|
||||
|
||||
Reference in New Issue
Block a user