diff options
author | Cy Schubert <cy@FreeBSD.org> | 2006-10-05 19:07:16 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2006-10-05 19:07:16 +0000 |
commit | f68f9288b4eb312cfb65878167e85c6ee23d7754 (patch) | |
tree | 6c2e6c98425ffca112247bcd61c06c797da2d639 /net/ntp/files | |
parent | 9aa07987fc423bd8d0cecf6943e9019092e5120e (diff) | |
download | ports-f68f9288b4eb312cfb65878167e85c6ee23d7754.tar.gz ports-f68f9288b4eb312cfb65878167e85c6ee23d7754.zip |
Notes
Diffstat (limited to 'net/ntp/files')
-rw-r--r-- | net/ntp/files/patch-configure | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/net/ntp/files/patch-configure b/net/ntp/files/patch-configure index 0f7bcb551501..b384d9d4c4b8 100644 --- a/net/ntp/files/patch-configure +++ b/net/ntp/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 Sun Jul 9 04:08:43 2006 ++++ configure Thu Oct 5 11:20:15 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 + +@@ -25384,6 +25389,9 @@ + ans=no + case "$host" in + *-*-linux*) ++ ans=yes ++ ;; ++ *-*-freebsd*) + ans=yes + ;; + esac |