summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2012-01-08 19:17:32 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2012-01-08 19:17:32 +0000
commitf35e3760fdf531c18cba12380d175d4158822fe6 (patch)
tree2b8220335ce13adc556abdacd98f50936ccea94e /sci-misc/gcam/gcam-2010.07.27.ebuild
parent[bump] dev-perl/gtk2-spell-1.40.0 (diff)
downloadgentoo-2-f35e3760fdf531c18cba12380d175d4158822fe6.tar.gz
gentoo-2-f35e3760fdf531c18cba12380d175d4158822fe6.tar.bz2
gentoo-2-f35e3760fdf531c18cba12380d175d4158822fe6.zip
Fix build with libpng-1.5; thanks a lot to Samuli
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc/gcam/gcam-2010.07.27.ebuild')
-rw-r--r--sci-misc/gcam/gcam-2010.07.27.ebuild15
1 files changed, 11 insertions, 4 deletions
diff --git a/sci-misc/gcam/gcam-2010.07.27.ebuild b/sci-misc/gcam/gcam-2010.07.27.ebuild
index 20dc44571736..ee30e8f62646 100644
--- a/sci-misc/gcam/gcam-2010.07.27.ebuild
+++ b/sci-misc/gcam/gcam-2010.07.27.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-2010.07.27.ebuild,v 1.3 2010/10/23 06:52:42 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-2010.07.27.ebuild,v 1.4 2012/01/08 19:17:32 dilfridge Exp $
EAPI="1"
@@ -15,6 +15,13 @@ SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
-DEPEND="x11-libs/gtk+:2
- x11-libs/gtkglext"
+DEPEND="
+ >=media-libs/libpng-1.5
+ x11-libs/gtk+:2
+ x11-libs/gtkglext
+"
RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${P}-libpng15.patch"
+)