diff options
author | Cy Schubert <cy@FreeBSD.org> | 2006-02-03 23:23:22 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2006-02-03 23:23:22 +0000 |
commit | 773cddcc2cb09f0cf8eceaaa4ae119e05a3c5a18 (patch) | |
tree | 769469e02a0c6b04d1356ca917aa3f6d00bf19f4 /net/ntp-devel/files | |
parent | add7eaf094a9df9647db831aa8ce80ee9486a914 (diff) |
Notes
Diffstat (limited to 'net/ntp-devel/files')
-rw-r--r-- | net/ntp-devel/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ntp-devel/files/patch-configure b/net/ntp-devel/files/patch-configure new file mode 100644 index 000000000000..0f7bcb551501 --- /dev/null +++ b/net/ntp-devel/files/patch-configure @@ -0,0 +1,14 @@ +--- 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 + ;; ++ i?86-*-freebsd[[123]].*) ++ ;; ++ i?86-*-freebsd*) ++ ans=yes ++ ;; + esac + ac_cv_var_no_parenb_ignpar=$ans]) + case "$ac_cv_var_no_parenb_ignpar" in |