diff options
Diffstat (limited to 'net/ntp-stable/files/patch-configure')
-rw-r--r-- | net/ntp-stable/files/patch-configure | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/net/ntp-stable/files/patch-configure b/net/ntp-stable/files/patch-configure index 0f7bcb5..1410eda 100644 --- a/net/ntp-stable/files/patch-configure +++ b/net/ntp-stable/files/patch-configure @@ -1,8 +1,8 @@ ---- configure Tue Dec 18 19:27:28 2001 -+++ configure Sat Dec 22 00:41:29 2001 -@@ -1276,6 +1276,11 @@ - mips-sgi-irix*) - ans=yes +--- configure.orig Wed Jul 26 04:09:23 2006 ++++ configure Thu Oct 5 11:28:58 2006 +@@ -1479,6 +1479,11 @@ + done + done ;; + i?86-*-freebsd[[123]].*) + ;; @@ -10,5 +10,15 @@ + ans=yes + ;; esac - ac_cv_var_no_parenb_ignpar=$ans]) - case "$ac_cv_var_no_parenb_ignpar" in + done + +@@ -25409,6 +25414,9 @@ + ans=no + case "$host" in + *-*-linux*) ++ ans=yes ++ ;; ++ *-*-freebsd*) + ans=yes + ;; + esac |