summaryrefslogtreecommitdiffstats
path: root/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-28 02:34:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-11-28 02:34:44 +0100
commit644110a847c5911c2eb04eb53c93031740561efc (patch)
tree9658dde1cc70b52b233957b7852f87d997e98156 /media-libs/libart_lgpl/files/0001-gentoo-do-not-build-tests-if-not-required.patch
downloadtde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.tar.gz
tde-packaging-gentoo-644110a847c5911c2eb04eb53c93031740561efc.zip
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 'media-libs/libart_lgpl/files/0001-gentoo-do-not-build-tests-if-not-required.patch')
-rw-r--r--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/media-libs/libart_lgpl/files/0001-gentoo-do-not-build-tests-if-not-required.patch b/media-libs/libart_lgpl/files/0001-gentoo-do-not-build-tests-if-not-required.patch
new file mode 100644
index 00000000..29b80d40
--- /dev/null
+++ b/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
+