diff options
author | Cy Schubert <cy@FreeBSD.org> | 2001-12-30 04:48:07 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2001-12-30 04:48:07 +0000 |
commit | 318291c28dbf2bf0fe02f1b78dc755196cdf4ebb (patch) | |
tree | 985db4a7739aff6ca63526961d0c9dbb8cffc04f /net/ntp/files | |
parent | cad10d6404b3230f9409c1c7e567d00d0af607d1 (diff) | |
download | ports-318291c28dbf2bf0fe02f1b78dc755196cdf4ebb.tar.gz ports-318291c28dbf2bf0fe02f1b78dc755196cdf4ebb.zip |
Notes
Diffstat (limited to 'net/ntp/files')
-rw-r--r-- | net/ntp/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ntp/files/patch-configure b/net/ntp/files/patch-configure new file mode 100644 index 000000000000..0f7bcb551501 --- /dev/null +++ b/net/ntp/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 |