diff options
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.19.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog index 55a5bb9e9a57..eb3944f2349c 100644 --- a/x11-wm/fvwm/ChangeLog +++ b/x11-wm/fvwm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/fvwm # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.137 2007/01/05 10:29:24 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.138 2007/01/17 10:51:22 taviso Exp $ + + 17 Jan 2007; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.19.ebuild: + always use signed-chars on ppc 05 Jan 2007; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.19.ebuild: change dependency for bsd #135530 diff --git a/x11-wm/fvwm/fvwm-2.5.19.ebuild b/x11-wm/fvwm/fvwm-2.5.19.ebuild index 53edd81d3103..31c11b0d9629 100644 --- a/x11-wm/fvwm/fvwm-2.5.19.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.19.ebuild,v 1.3 2007/01/05 10:29:24 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.19.ebuild,v 1.4 2007/01/17 10:51:22 taviso Exp $ inherit eutils flag-o-matic @@ -83,6 +83,11 @@ src_compile() { # reccommended by upstream append-flags -fno-strict-aliasing + # signed chars are required + if use ppc; then + append-flags -fsigned-char + fi + econf ${myconf} `use_enable truetype xft` \ `use_with stroke stroke-library` \ `use_enable nls` \ |