summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2006-06-12 20:41:28 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2006-06-12 20:41:28 +0000
commitb8cebcf86c6c437f0baa17863155e54da3289fbf (patch)
tree7039f4b91d35b73ca26d1da3acac48eeab13c1bb /dev-libs/vdk/vdk-2.4.1.ebuild
parentVersion bump. Features subsong support for console music (NSF/NSFE/GBS) and i... (diff)
downloadhistorical-b8cebcf86c6c437f0baa17863155e54da3289fbf.tar.gz
historical-b8cebcf86c6c437f0baa17863155e54da3289fbf.tar.bz2
historical-b8cebcf86c6c437f0baa17863155e54da3289fbf.zip
Fix gcc 4.1 issues for real
Package-Manager: portage-2.1
Diffstat (limited to 'dev-libs/vdk/vdk-2.4.1.ebuild')
-rw-r--r--dev-libs/vdk/vdk-2.4.1.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-libs/vdk/vdk-2.4.1.ebuild b/dev-libs/vdk/vdk-2.4.1.ebuild
index ef53b37aa4cb..7f4af67bdb53 100644
--- a/dev-libs/vdk/vdk-2.4.1.ebuild
+++ b/dev-libs/vdk/vdk-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/vdk/vdk-2.4.1.ebuild,v 1.2 2006/06/06 22:21:39 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/vdk/vdk-2.4.1.ebuild,v 1.3 2006/06/12 20:41:28 gustavoz Exp $
inherit eutils toolchain-funcs
@@ -22,12 +22,7 @@ src_compile() {
local myconf=""
- if [ "$(gcc-major-version)" -ge "4" ] || [ "$(gcc-major-version)" -ge "3" -a
- "$(gcc-minor-version)" -ge "4" ]
- then
- epatch ${FILESDIR}/vdk-2.4-gcc3.4.patch
- epatch ${FILESDIR}/vdk-2.4.1-gcc4.patch
- fi
+ epatch ${FILESDIR}/vdk-2.4.1-gcc4.patch
# gnome and sigc USE flags need to be added later
# when upstream decides to re-support them - ChrisWhite