summaryrefslogtreecommitdiff
path: root/net/ntp-devel/files/patch-configure
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2006-10-05 19:07:16 +0000
committerCy Schubert <cy@FreeBSD.org>2006-10-05 19:07:16 +0000
commitf68f9288b4eb312cfb65878167e85c6ee23d7754 (patch)
tree6c2e6c98425ffca112247bcd61c06c797da2d639 /net/ntp-devel/files/patch-configure
parentRevert back previous commit of removing deleted ports from (diff)
Enable parity for RAWDCF time clocks.
PR: 103808
Notes
Notes: svn path=/head/; revision=174570
Diffstat (limited to 'net/ntp-devel/files/patch-configure')
-rw-r--r--net/ntp-devel/files/patch-configure24
1 files changed, 17 insertions, 7 deletions
diff --git a/net/ntp-devel/files/patch-configure b/net/ntp-devel/files/patch-configure
index 0f7bcb551501..a29a9a80766d 100644
--- a/net/ntp-devel/files/patch-configure
+++ b/net/ntp-devel/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 05:28:54 2006
++++ configure Thu Oct 5 11:28:54 2006
+@@ -1676,6 +1676,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
+
+@@ -49085,6 +49090,9 @@
+ ans=no
+ case "$host" in
+ *-*-linux*)
++ ans=yes
++ ;;
++ *-*-freebsd*)
+ ans=yes
+ ;;
+ esac