summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlrelay/patches/patch-configure')
-rw-r--r--databases/sqlrelay/patches/patch-configure23
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/sqlrelay/patches/patch-configure b/databases/sqlrelay/patches/patch-configure
new file mode 100644
index 00000000000..abfe359aa40
--- /dev/null
+++ b/databases/sqlrelay/patches/patch-configure
@@ -0,0 +1,23 @@
+$NetBSD: patch-configure,v 1.1 2014/05/22 12:50:48 fhajny Exp $
+
+Look for history/readline at proper places.
+--- configure.orig 2014-05-21 10:24:24.050393065 +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