Disable building of tests.
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 8 Oct 2008 20:13:32 +0000 (20:13 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Wed, 8 Oct 2008 20:13:32 +0000 (20:13 +0000)
SVN-Revision: 12927

multimedia/gst-plugins-base/patches/010-dont-build-tests.patch [new file with mode: 0644]

diff --git a/multimedia/gst-plugins-base/patches/010-dont-build-tests.patch b/multimedia/gst-plugins-base/patches/010-dont-build-tests.patch
new file mode 100644 (file)
index 0000000..5d84105
--- /dev/null
@@ -0,0 +1,20 @@
+diff --git a/Makefile.in b/Makefile.in
+index a09b06c..d2a920d 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -359,7 +359,6 @@ SUBDIRS = \
+       gst-libs                \
+       gst sys $(SUBDIRS_EXT)  \
+       tools                   \
+-      tests                   \
+       docs                    \
+       po                      \
+       common                  \
+@@ -371,7 +370,6 @@ DIST_SUBDIRS = \
+       gst-libs                \
+       gst sys ext             \
+       tools                   \
+-      tests                   \
+       po                      \
+       common                  \
+       m4                      \