diff options
author | Cy Schubert <cy@FreeBSD.org> | 2010-11-05 03:10:07 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2010-11-05 03:10:07 +0000 |
commit | 7c20c8d2c5293f4da596096a5ca075a6dbb1f591 (patch) | |
tree | 11c87e4eace6ad5f3a539be701843a7974fcc3e1 /net/ntp-devel/files/patch-configure.ac | |
parent | - Update to 1.0 (diff) |
Update 4.2.7p76 --> 4.2.7p77
Notes
Notes:
svn path=/head/; revision=264117
Diffstat (limited to 'net/ntp-devel/files/patch-configure.ac')
-rw-r--r-- | net/ntp-devel/files/patch-configure.ac | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/net/ntp-devel/files/patch-configure.ac b/net/ntp-devel/files/patch-configure.ac index fa0a69b335e5..e507dfe5abd0 100644 --- a/net/ntp-devel/files/patch-configure.ac +++ b/net/ntp-devel/files/patch-configure.ac @@ -1,6 +1,14 @@ --- configure.ac.orig 2010-11-01 21:38:51.000000000 -0700 -+++ configure.ac 2010-11-02 21:45:55.011452697 -0700 -@@ -4908,9 +4908,6 @@ ++++ configure.ac 2010-11-04 19:51:10.231549380 -0700 +@@ -4891,6 +4891,7 @@ + AC_CONFIG_FILES(scripts/ntpver, [chmod +x scripts/ntpver]) + AC_CONFIG_FILES(scripts/plot_summary, [chmod +x scripts/plot_summary]) + AC_CONFIG_FILES(scripts/summary, [chmod +x scripts/summary]) ++AC_CONFIG_FILES(tests/Makefile) + AC_CONFIG_FILES(util/Makefile) + + AC_PROG_CXX +@@ -4908,9 +4909,6 @@ fi AM_CONDITIONAL([GTEST_AVAILABLE], [test x${GTEST_CONFIG} != x]) |