diff options
author | 2008-06-16 12:00:51 +0000 | |
---|---|---|
committer | 2008-06-16 12:00:51 +0000 | |
commit | 0ec1e5bf8717c7c0b95464c9705fbfc40fd2bef2 (patch) | |
tree | 07799e20291b02b3a131fd655c1fb693b2390eba /media-libs/liblrdf/files | |
parent | libpciaccess: add ~x86 (diff) | |
download | gentoo-2-0ec1e5bf8717c7c0b95464c9705fbfc40fd2bef2.tar.gz gentoo-2-0ec1e5bf8717c7c0b95464c9705fbfc40fd2bef2.tar.bz2 gentoo-2-0ec1e5bf8717c7c0b95464c9705fbfc40fd2bef2.zip |
Add a patch to build tests only during make check rather than make all; also run the tests during make check. Fixes bug #226281
(Portage version: 2.1.5.5)
Diffstat (limited to 'media-libs/liblrdf/files')
-rw-r--r-- | media-libs/liblrdf/files/liblrdf-0.4.0-dontbuild-tests.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/media-libs/liblrdf/files/liblrdf-0.4.0-dontbuild-tests.patch b/media-libs/liblrdf/files/liblrdf-0.4.0-dontbuild-tests.patch new file mode 100644 index 000000000000..4f7d783e8f0a --- /dev/null +++ b/media-libs/liblrdf/files/liblrdf-0.4.0-dontbuild-tests.patch @@ -0,0 +1,16 @@ +Index: liblrdf-0.4.0/examples/Makefile.am +=================================================================== +--- liblrdf-0.4.0.orig/examples/Makefile.am ++++ liblrdf-0.4.0/examples/Makefile.am +@@ -1,7 +1,9 @@ +-noinst_PROGRAMS = showdefaults showtaxonomy dumpstatements export_test \ +- subclass_test add_test instances_test remove_test multi_test \ ++TESTS = showtaxonomy dumpstatements export_test \ ++ subclass_test add_test instances_test multi_test \ + setting_test scale_test + ++check_PROGRAMS = showdefaults $(TESTS) remove_test ++ + LIBS = ../src/liblrdf.la + + pkgdata_DATA = ladspa.rdfs |