diff options
author | Cy Schubert <cy@FreeBSD.org> | 2007-09-13 02:32:42 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2007-09-13 02:32:42 +0000 |
commit | 94638a80e6780f3d8548d224945335fd1f4c3978 (patch) | |
tree | 9dd7d7d126eeea90fd80f3f9c873b65acb7a3d7b /net/ntp-stable/files/patch-configure | |
parent | Remove the following false positives, which show up as compiler warnings, (diff) |
Retire this port because ntp.org supports only "production" and
"development" versions.
Notes
Notes:
svn path=/head/; revision=199394
Diffstat (limited to 'net/ntp-stable/files/patch-configure')
-rw-r--r-- | net/ntp-stable/files/patch-configure | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/ntp-stable/files/patch-configure b/net/ntp-stable/files/patch-configure deleted file mode 100644 index 1410edae1225..000000000000 --- a/net/ntp-stable/files/patch-configure +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig Wed Jul 26 04:09:23 2006 -+++ configure Thu Oct 5 11:28:58 2006 -@@ -1479,6 +1479,11 @@ - done - done - ;; -+ i?86-*-freebsd[[123]].*) -+ ;; -+ i?86-*-freebsd*) -+ ans=yes -+ ;; - esac - done - -@@ -25409,6 +25414,9 @@ - ans=no - case "$host" in - *-*-linux*) -+ ans=yes -+ ;; -+ *-*-freebsd*) - ans=yes - ;; - esac |