summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/fcron/fcron-2.0.0-r4.ebuild')
-rw-r--r--sys-apps/fcron/fcron-2.0.0-r4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/fcron/fcron-2.0.0-r4.ebuild b/sys-apps/fcron/fcron-2.0.0-r4.ebuild
index 8baed5402356..0c32b23238e0 100644
--- a/sys-apps/fcron/fcron-2.0.0-r4.ebuild
+++ b/sys-apps/fcron/fcron-2.0.0-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.0-r4.ebuild,v 1.6 2004/06/24 22:05:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.0-r4.ebuild,v 1.7 2004/09/04 21:31:29 chainsaw Exp $
inherit eutils
@@ -23,6 +23,7 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${P}-gentoo.diff
+ epatch ${FILESDIR}/${P}-gcc34.diff
# fix LIBOBJS vs AC_LIBOBJ problem
sed -i -e 's|LIBOBJS|AC_LIBOBJ|g' configure.in
autoconf || die "autoconf problem"