summaryrefslogtreecommitdiffstats
path: root/gentoo/media-libs/libart_lgpl/files/0001-gentoo-do-not-build-tests-if-not-required.patch
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-11-19 17:45:28 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-11-19 17:45:28 +0100
commite6636bd5d6280d92996bd70b744e8a29e54c7e18 (patch)
tree014989bddcbc22c7a8d4dafa7b78f3e55b184718 /gentoo/media-libs/libart_lgpl/files/0001-gentoo-do-not-build-tests-if-not-required.patch
parent4b7471734323c7cb5bdc129857c94041418c81b5 (diff)
downloadtde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.tar.gz
tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.zip
Gentoo: Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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.patch22
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
+