summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-10-06 14:47:54 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2015-10-06 14:48:08 -0400
commitfab1531be3c5fb51d0058c3b382000d13c3fc985 (patch)
tree24148ebf24c9243990b11b51c960da25457b9cf0 /media-libs/devil
parentnet-wireles/hostapd: Bumping to 2.5 (diff)
downloadgentoo-fab1531be3c5fb51d0058c3b382000d13c3fc985.tar.gz
gentoo-fab1531be3c5fb51d0058c3b382000d13c3fc985.tar.bz2
gentoo-fab1531be3c5fb51d0058c3b382000d13c3fc985.zip
fix tests with patch from Dustin Polke (bug #527270)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-libs/devil')
-rw-r--r--media-libs/devil/devil-1.7.8-r2.ebuild2
-rw-r--r--media-libs/devil/files/devil-1.7.8-fix-test.patch10
2 files changed, 11 insertions, 1 deletions
diff --git a/media-libs/devil/devil-1.7.8-r2.ebuild b/media-libs/devil/devil-1.7.8-r2.ebuild
index c20974c63f48..43a592eb2b16 100644
--- a/media-libs/devil/devil-1.7.8-r2.ebuild
+++ b/media-libs/devil/devil-1.7.8-r2.ebuild
@@ -38,7 +38,7 @@ DEPEND="${RDEPEND}
X? ( x11-proto/xextproto )"
src_prepare() {
- epatch "${FILESDIR}"/${P}-{CVE-2009-3994,libpng14,nvtt-glut,ILUT,restrict}.patch
+ epatch "${FILESDIR}"/${P}-{CVE-2009-3994,libpng14,nvtt-glut,ILUT,restrict,fix-test}.patch
eautoreconf
}
diff --git a/media-libs/devil/files/devil-1.7.8-fix-test.patch b/media-libs/devil/files/devil-1.7.8-fix-test.patch
new file mode 100644
index 000000000000..44af2fc71d64
--- /dev/null
+++ b/media-libs/devil/files/devil-1.7.8-fix-test.patch
@@ -0,0 +1,10 @@
+--- a/devil-1.7.8/test/Makefile.am
++++ b/devil-1.7.8/test/Makefile.am
+@@ -12,5 +12,6 @@ else
+ testil_LDADD += ../lib/libIL.la
+ endif
+
+-TESTS_ENVIRONMENT = /bin/bash
++TESTS_ENVIRONMENT =
+ TESTS = $(check_SCRIPTS)
++LOG_COMPILER = $(SHELL)