summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-22 02:56:38 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-22 02:56:38 +0000
commit46db267890975b1ebd0ac98559f62e05f5000422 (patch)
treea5e41be8f3b89bd54208bf1835efb55b1df33a67 /sys-devel/gcc/gcc-3.3.5.20050130-r1.ebuild
parentadd gcc-4 patch #86128 by Kristiaan Lenaerts (diff)
downloadgentoo-2-46db267890975b1ebd0ac98559f62e05f5000422.tar.gz
gentoo-2-46db267890975b1ebd0ac98559f62e05f5000422.tar.bz2
gentoo-2-46db267890975b1ebd0ac98559f62e05f5000422.zip
revert funky objc/gcj logic
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.5.20050130-r1.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.3.5.20050130-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/gcc/gcc-3.3.5.20050130-r1.ebuild b/sys-devel/gcc/gcc-3.3.5.20050130-r1.ebuild
index 4c119c932866..853d154d7149 100644
--- a/sys-devel/gcc/gcc-3.3.5.20050130-r1.ebuild
+++ b/sys-devel/gcc/gcc-3.3.5.20050130-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.5.20050130-r1.ebuild,v 1.1 2005/03/19 00:46:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.5.20050130-r1.ebuild,v 1.2 2005/03/22 02:56:38 vapier Exp $
MAN_VER="3.3.5"
-PATCH_VER="1.3"
+PATCH_VER="1.4"
UCLIBC_VER="1.0"
PIE_VER="8.7.7.1"
PIE_CORE="gcc-3.3.5-piepatches-v${PIE_VER}.tar.bz2"
@@ -86,8 +86,8 @@ src_unpack() {
# Anything useful and objc will require libffi. Seriously. Lets just force
# libffi to install with USE="objc", even though it normally only installs
# if you attempt to build gcj.
- if ! ( ! use build && use objc && ! use gcj ) ; then
- GENTOO_PATCH_EXCLUDE="42*"
+ if use !build && use objc && ! use gcj ; then
+ epatch ${FILESDIR}/3.3.4/libffi-without-libgcj.patch
#epatch ${FILESDIR}/3.4.3/libffi-nogcj-lib-path-fix.patch
fi
}