Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 319027
Collapse All | Expand All

(-)emacs-23.2.ebuild (-1 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.2.ebuild,v 1.2 2010/05/08 08:06:50 ulm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.2-r1.ebuild,v 1.2 2010/05/13 00:16:03 jasiu based on ulm Exp $
4
4
5
EAPI=2
5
EAPI=2
6
6
Lines 116-121 Link Here
116
src_configure() {
116
src_configure() {
117
	ALLOWED_FLAGS=""
117
	ALLOWED_FLAGS=""
118
	strip-flags
118
	strip-flags
119
120
	# from etc/PROBLEMS
121
	[ $(gcc-version) == 4.5 ] && append-flags -fno-optimize-sibling-calls
122
119
	#unset LDFLAGS
123
	#unset LDFLAGS
120
	if use sh; then
124
	if use sh; then
121
		replace-flags -O[1-9] -O0		#262359
125
		replace-flags -O[1-9] -O0		#262359

Return to bug 319027