diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-07 02:01:22 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-07 02:01:22 +0000 |
commit | 2d0de9f0f15da296bdac9d1c2bc3b71e51241887 (patch) | |
tree | c131c0061e658f08586920492cbac351bf06a63d /x11-wm/fvwm | |
parent | Lots of fixes (Manifest recommit) (diff) | |
download | gentoo-2-2d0de9f0f15da296bdac9d1c2bc3b71e51241887.tar.gz gentoo-2-2d0de9f0f15da296bdac9d1c2bc3b71e51241887.tar.bz2 gentoo-2-2d0de9f0f15da296bdac9d1c2bc3b71e51241887.zip |
-fPIC is no longer needed on alpha.
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.10-r5.ebuild | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog index 9fb174c8ddd3..15b41bd0e3a9 100644 --- a/x11-wm/fvwm/ChangeLog +++ b/x11-wm/fvwm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/fvwm # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.84 2004/10/19 08:26:40 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.85 2004/12/07 02:01:22 kloeri Exp $ + + 07 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> fvwm-2.5.10-r5.ebuild: + -fPIC is no longer needed on alpha. 19 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> fvwm-2.4.18.ebuild, fvwm-2.5.10-r3.ebuild, fvwm-2.5.10-r5.ebuild, fvwm-2.5.10-r6.ebuild, diff --git a/x11-wm/fvwm/fvwm-2.5.10-r5.ebuild b/x11-wm/fvwm/fvwm-2.5.10-r5.ebuild index 4ae3ac42b2a3..3d1b6fd76700 100644 --- a/x11-wm/fvwm/fvwm-2.5.10-r5.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.10-r5.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/x11-wm/fvwm/fvwm-2.5.10-r5.ebuild,v 1.9 2004/11/04 05:18:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.10-r5.ebuild,v 1.10 2004/12/07 02:01:22 kloeri Exp $ inherit eutils flag-o-matic @@ -72,9 +72,6 @@ src_unpack() { # fix some issues reported since the 2.5.10 release. cd ${S}; epatch ${FILESDIR}/fvwm-2.5.10-post-release.diff - # build fails on alpha with certain options without this. - use alpha && append-flags -fPIC - # just in case anyone on mips want to test. use mips && epatch ${FILESDIR}/fvwm-2.5.10-mips-compat.diff |