summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-08 07:05:40 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-08 07:05:40 +0000
commit0265f95a09c21b5803d96158a169eedd8d92b3ed (patch)
tree762b5e5f2ac272d6ed547b55e5be4ad271dd80ee /media-libs/imlib2/imlib2-1.3.0.ebuild
parentfix compilation on hardened systems by filtering SSP, see bug #154338. Thank... (diff)
downloadgentoo-2-0265f95a09c21b5803d96158a169eedd8d92b3ed.tar.gz
gentoo-2-0265f95a09c21b5803d96158a169eedd8d92b3ed.tar.bz2
gentoo-2-0265f95a09c21b5803d96158a169eedd8d92b3ed.zip
Fix building with USE=-X #154304 by Christophe PEREZ.
(Portage version: 2.1.2_rc1-r4)
Diffstat (limited to 'media-libs/imlib2/imlib2-1.3.0.ebuild')
-rw-r--r--media-libs/imlib2/imlib2-1.3.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/imlib2/imlib2-1.3.0.ebuild b/media-libs/imlib2/imlib2-1.3.0.ebuild
index 2b2e53e71865..c29e05203f31 100644
--- a/media-libs/imlib2/imlib2-1.3.0.ebuild
+++ b/media-libs/imlib2/imlib2-1.3.0.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.3.0.ebuild,v 1.1 2006/11/06 15:12:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.3.0.ebuild,v 1.2 2006/11/08 07:05:40 vapier Exp $
+WANT_AUTOTOOLS="yes"
inherit enlightenment toolchain-funcs
MY_P=${P/_/-}
@@ -23,7 +24,9 @@ DEPEND="=media-libs/freetype-2*
src_unpack() {
enlightenment_src_unpack
cd "${S}"/src/modules/loaders
- epatch "${FILESDIR}"/${P}-buf-checks.patch
+ epatch "${FILESDIR}"/${P}-buf-checks.patch #154216
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-no-X.patch #154304
}
src_compile() {