diff options
author | joerg <joerg> | 2006-12-17 20:20:04 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-17 20:20:04 +0000 |
commit | 0f7653901c845253dd52c68b00101b7f725d997d (patch) | |
tree | 33698a64570a581c63ca5943b2179b4fb6e0770f /net/xorp/patches | |
parent | 396cb3345e310dbe4060bde0e3500af21aab5f7a (diff) | |
download | pkgsrc-0f7653901c845253dd52c68b00101b7f725d997d.tar.gz |
Fix portability.
Diffstat (limited to 'net/xorp/patches')
-rw-r--r-- | net/xorp/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/xorp/patches/patch-af b/net/xorp/patches/patch-af new file mode 100644 index 00000000000..c4a68d758a7 --- /dev/null +++ b/net/xorp/patches/patch-af @@ -0,0 +1,13 @@ +$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__%'` |