diff options
Diffstat (limited to 'gentoo/media-libs/libart_lgpl/files/0001-gentoo-do-not-build-tests-if-not-required.patch')
-rw-r--r-- | gentoo/media-libs/libart_lgpl/files/0001-gentoo-do-not-build-tests-if-not-required.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gentoo/media-libs/libart_lgpl/files/0001-gentoo-do-not-build-tests-if-not-required.patch b/gentoo/media-libs/libart_lgpl/files/0001-gentoo-do-not-build-tests-if-not-required.patch new file mode 100644 index 000000000..29b80d405 --- /dev/null +++ b/gentoo/media-libs/libart_lgpl/files/0001-gentoo-do-not-build-tests-if-not-required.patch @@ -0,0 +1,22 @@ +From f2288355d0709b183b749b10ca0a3c6587cd2ddc Mon Sep 17 00:00:00 2001 +From: Gilles Dartiguelongue <eva@gentoo.org> +Date: Tue, 6 Apr 2010 15:11:46 +0200 +Subject: [PATCH 1/3] gentoo: do not build tests if not required + +--- + Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.am b/Makefile.am +index aec6c5d..95952da 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,4 +1,4 @@ +-noinst_PROGRAMS = testart testuta ++check_PROGRAMS = testart testuta + + bin_SCRIPTS = \ + libart2-config +-- +1.8.1.5 + |