pkgsrc/net/xorp/patches/patch-af
2006-12-17 20:20:04 +00:00

13 lines
392 B
Text

$NetBSD: patch-af,v 1.1 2006/12/17 20:20:04 joerg Exp $
--- mibs/configure.orig 2006-12-17 19:16:39.000000000 +0000
+++ mibs/configure
@@ -7678,7 +7678,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__%'`