diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-01 04:28:04 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-01 04:28:04 +0000 |
commit | e9ba5aab7d32b6a2e7e8575abbc54a5a4ddd788c (patch) | |
tree | 31b3228f96dee67c3d9b6e4241a6e5b7d2fc5edf /net/ntp-devel/files | |
parent | 7bdd8909154a585b72ab8b56b534be77ed800e68 (diff) | |
download | FreeBSD-ports-e9ba5aab7d32b6a2e7e8575abbc54a5a4ddd788c.zip FreeBSD-ports-e9ba5aab7d32b6a2e7e8575abbc54a5a4ddd788c.tar.gz |
Update port net/ntp to 4.0.99g
PR: 17284
Submitted by: KATO Tsuguru tkato@prontomail.ne.jp
Diffstat (limited to 'net/ntp-devel/files')
-rw-r--r-- | net/ntp-devel/files/patch-ad | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net/ntp-devel/files/patch-ad b/net/ntp-devel/files/patch-ad new file mode 100644 index 0000000..d6885c4 --- /dev/null +++ b/net/ntp-devel/files/patch-ad @@ -0,0 +1,35 @@ +--- configure.orig Sun Feb 27 17:01:04 2000 ++++ configure Tue Mar 7 05:53:20 2000 +@@ -8273,19 +8273,19 @@ + # there is NO way that I can tell to tell if a given OS is using timespec or + # timeval so just set it here for the one case that is KNOWN to use timespec. + +-case "$ac_cv_header_timepps_h$ac_cv_header_sys_timepps_h" in +- *yes*) +- cat >>confdefs.h <<\EOF +-#define HAVE_PPSAPI 1 +-EOF +- +- ac_cv_var_oncore_ok=yes +- cat >>confdefs.h <<\EOF +-#define HAVE_TIMESPEC 1 +-EOF +- +- ;; +-esac ++#case "$ac_cv_header_timepps_h$ac_cv_header_sys_timepps_h" in ++# *yes*) ++# cat >>confdefs.h <<\EOF ++##define HAVE_PPSAPI 1 ++#EOF ++# ++# ac_cv_var_oncore_ok=yes ++# cat >>confdefs.h <<\EOF ++##define HAVE_TIMESPEC 1 ++#EOF ++# ++# ;; ++#esac + + # Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG + echo $ac_n "checking for linux/serial.h... $ac_c" 1>&6 |