diff options
Diffstat (limited to 'net/xorp/patches/patch-ab')
-rw-r--r-- | net/xorp/patches/patch-ab | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/net/xorp/patches/patch-ab b/net/xorp/patches/patch-ab index d4d18a681cf..79864819b53 100644 --- a/net/xorp/patches/patch-ab +++ b/net/xorp/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2006/05/09 21:18:50 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2006/10/05 02:40:25 rillig Exp $ ---- configure.orig 2006-05-09 19:56:35.000000000 +0000 -+++ configure +--- configure.orig 2006-03-08 03:23:22.000000000 +0100 ++++ configure 2006-10-05 04:38:58.000000000 +0200 @@ -1806,6 +1806,18 @@ cat >>confdefs.h <<\_ACEOF _ACEOF @@ -21,3 +21,12 @@ $NetBSD: patch-ab,v 1.1 2006/05/09 21:18:50 joerg Exp $ linux* ) cat >>confdefs.h <<\_ACEOF +@@ -15815,7 +15827,7 @@ echo "${ECHO_T}no" >&6 + done + + +- if test "${enable_compiler_pipe}" == "yes" ; then ++ if test "${enable_compiler_pipe}" = "yes" ; then + for ac_flag in "-pipe" + do + ac_safe=`echo "$ac_flag" | sed 'y%./+- %__p__%'` |