summaryrefslogtreecommitdiff
path: root/net/ntp-devel/files
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2010-11-04 04:23:07 +0000
committerCy Schubert <cy@FreeBSD.org>2010-11-04 04:23:07 +0000
commitec5cceed94d8747cab3e962879fdfef8d389970c (patch)
tree57c2f1586031e33e2d486fd81b3e3344c8381c2e /net/ntp-devel/files
parent- Update to 0.09 (diff)
Update 4.2.7p5 --> 4.2.7p76
Notes
Notes: svn path=/head/; revision=264005
Diffstat (limited to 'net/ntp-devel/files')
-rw-r--r--net/ntp-devel/files/patch-Makefile.am13
-rw-r--r--net/ntp-devel/files/patch-configure.ac12
2 files changed, 25 insertions, 0 deletions
diff --git a/net/ntp-devel/files/patch-Makefile.am b/net/ntp-devel/files/patch-Makefile.am
new file mode 100644
index 000000000000..f54122ecdb0e
--- /dev/null
+++ b/net/ntp-devel/files/patch-Makefile.am
@@ -0,0 +1,13 @@
+--- Makefile.am.orig 2010-10-30 03:01:30.000000000 -0700
++++ Makefile.am 2010-11-02 21:51:10.137966705 -0700
+@@ -28,10 +28,6 @@
+ util \
+ $(NULL)
+
+-SUBDIRS+= \
+- tests \
+- $(NULL)
+-
+ DIST_SUBDIRS= \
+ scripts \
+ include \
diff --git a/net/ntp-devel/files/patch-configure.ac b/net/ntp-devel/files/patch-configure.ac
new file mode 100644
index 000000000000..fa0a69b335e5
--- /dev/null
+++ b/net/ntp-devel/files/patch-configure.ac
@@ -0,0 +1,12 @@
+--- 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 @@
+ fi
+ AM_CONDITIONAL([GTEST_AVAILABLE], [test x${GTEST_CONFIG} != x])
+
+-AC_CONFIG_FILES(tests/Makefile)
+-AC_CONFIG_FILES(tests/libntp/Makefile)
+-
+ AC_CONFIG_SUBDIRS(sntp)
+
+ AC_OUTPUT