diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /tools/mpfr/patches/.svn | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'tools/mpfr/patches/.svn')
-rw-r--r-- | tools/mpfr/patches/.svn/entries | 62 | ||||
-rw-r--r-- | tools/mpfr/patches/.svn/text-base/001-only_src.patch.svn-base | 22 |
2 files changed, 84 insertions, 0 deletions
diff --git a/tools/mpfr/patches/.svn/entries b/tools/mpfr/patches/.svn/entries new file mode 100644 index 0000000..a6c4542 --- /dev/null +++ b/tools/mpfr/patches/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/tools/mpfr/patches +svn://svn.openwrt.org/openwrt + + + +2013-02-28T00:52:36.046930Z +35828 +luka + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +001-only_src.patch +file + + + + +2013-03-17T12:13:22.000000Z +533c33190be16e9886629d08a39def4a +2013-02-28T00:52:36.046930Z +35828 +luka + + + + + + + + + + + + + + + + + + + + + +683 + diff --git a/tools/mpfr/patches/.svn/text-base/001-only_src.patch.svn-base b/tools/mpfr/patches/.svn/text-base/001-only_src.patch.svn-base new file mode 100644 index 0000000..e6579b2 --- /dev/null +++ b/tools/mpfr/patches/.svn/text-base/001-only_src.patch.svn-base @@ -0,0 +1,22 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -12,7 +12,7 @@ + AUTOMAKE_OPTIONS = gnu + ACLOCAL_AMFLAGS = -I m4 + +-SUBDIRS = doc src tests tune ++SUBDIRS = src + + nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \ + examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \ +--- a/Makefile.in ++++ b/Makefile.in +@@ -294,7 +294,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = gnu + ACLOCAL_AMFLAGS = -I m4 +-SUBDIRS = doc src tests tune ++SUBDIRS = src + nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \ + examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \ + examples/version.c |