diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-17 20:20:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-17 20:20:04 +0000 |
commit | c2d5ed4f5a4ca9dbe313ecfb9441c35087f09031 (patch) | |
tree | 33698a64570a581c63ca5943b2179b4fb6e0770f /net | |
parent | c0a7e174853320b60262018296245b4592379009 (diff) | |
download | pkgsrc-c2d5ed4f5a4ca9dbe313ecfb9441c35087f09031.tar.gz |
Fix portability.
Diffstat (limited to 'net')
-rw-r--r-- | net/xorp/distinfo | 3 | ||||
-rw-r--r-- | net/xorp/patches/patch-af | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/xorp/distinfo b/net/xorp/distinfo index 0d6edddaa0b..34e46061435 100644 --- a/net/xorp/distinfo +++ b/net/xorp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2006/10/05 02:40:25 rillig Exp $ +$NetBSD: distinfo,v 1.8 2006/12/17 20:20:04 joerg Exp $ SHA1 (xorp-1.2.tar.gz) = 061792f0810c7cf8ea9782457c8408a7f7b44516 RMD160 (xorp-1.2.tar.gz) = 8ea6865adc587d58a6f98222a2c6b61bbedc805b @@ -8,3 +8,4 @@ SHA1 (patch-ab) = 7dc2cc400a1b917e0962152a99cab3fcca6b1153 SHA1 (patch-ac) = 69a3b9526262dcb4cf7f09f1d408acd43d22de6f SHA1 (patch-ad) = e836d2cc8f6bbca16682bf884cdaae5ed826dedd SHA1 (patch-ae) = 6ec968d497bc69d437ac888c4eff16f74011066a +SHA1 (patch-af) = e13032a386dc4d6956cd668e5b1d571b8bd0771d 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__%'` |