aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mpfr/patches
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mpfr/patches')
-rw-r--r--tools/mpfr/patches/.svn/entries62
-rw-r--r--tools/mpfr/patches/.svn/text-base/001-only_src.patch.svn-base22
-rw-r--r--tools/mpfr/patches/001-only_src.patch22
3 files changed, 106 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
diff --git a/tools/mpfr/patches/001-only_src.patch b/tools/mpfr/patches/001-only_src.patch
new file mode 100644
index 0000000..e6579b2
--- /dev/null
+++ b/tools/mpfr/patches/001-only_src.patch
@@ -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