summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/xulrunner/xulrunner-1.9.0.1.ebuild')
-rw-r--r--net-libs/xulrunner/xulrunner-1.9.0.1.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/net-libs/xulrunner/xulrunner-1.9.0.1.ebuild b/net-libs/xulrunner/xulrunner-1.9.0.1.ebuild
index a73ad6968ae2..459e3b3c6680 100644
--- a/net-libs/xulrunner/xulrunner-1.9.0.1.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.9.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.1.ebuild,v 1.1 2008/07/17 13:41:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.1.ebuild,v 1.2 2008/07/18 17:52:54 armin76 Exp $
WANT_AUTOCONF="2.1"
@@ -139,10 +139,6 @@ src_compile() {
"${S}"/config/autoconf.mk \
"${S}"/toolkit/content/buildconfig.html
- # This removes extraneous CFLAGS from the Makefiles to reduce RAM
- # requirements while compiling
- edit_makefiles
-
emake || die "emake failed"
}