summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-16 07:52:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-16 07:52:07 +0000
commit8f9c6c9fa2233b5cfa31e8a6fce1dab735c2e401 (patch)
tree2452cf8cd8a62fb60b3e38f0a4a317a02c04d2fb /x11-libs/gtk+
parentlcall DoS fix (diff)
downloadhistorical-8f9c6c9fa2233b5cfa31e8a6fce1dab735c2e401.tar.gz
historical-8f9c6c9fa2233b5cfa31e8a6fce1dab735c2e401.tar.bz2
historical-8f9c6c9fa2233b5cfa31e8a6fce1dab735c2e401.zip
made directfb patch USE dependent
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r--x11-libs/gtk+/gtk+-2.0.8-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-2.0.8-r1.ebuild b/x11-libs/gtk+/gtk+-2.0.8-r1.ebuild
index f438432c0520..10883f1cf576 100644
--- a/x11-libs/gtk+/gtk+-2.0.8-r1.ebuild
+++ b/x11-libs/gtk+/gtk+-2.0.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.0.8-r1.ebuild,v 1.1 2002/11/15 22:16:33 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.0.8-r1.ebuild,v 1.2 2002/11/16 07:52:07 seemant Exp $
inherit libtool flag-o-matic
@@ -31,7 +31,10 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- patch -p0 < ${PN}-directfb-${PV}-gentoo || die
+ if use directfb
+ then
+ patch -p0 < ${PN}-directfb-${PV}-gentoo || die
+ fi
}
src_compile() {