summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-11-07 13:52:24 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-11-07 13:52:24 +0000
commit3e7f618d683869110690db3659f74e2927c182d5 (patch)
tree956a296a4a357cca43e58c79f444a57379f4a609 /x11-wm
parentAdded another patch, see bug 26115 (diff)
downloadhistorical-3e7f618d683869110690db3659f74e2927c182d5.tar.gz
historical-3e7f618d683869110690db3659f74e2927c182d5.tar.bz2
historical-3e7f618d683869110690db3659f74e2927c182d5.zip
certain options require -fPIC on alpha.
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm/ChangeLog5
-rw-r--r--x11-wm/fvwm/Manifest4
-rw-r--r--x11-wm/fvwm/fvwm-2.5.8.ebuild7
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog
index fb6d663de6e4..17b97446084b 100644
--- a/x11-wm/fvwm/ChangeLog
+++ b/x11-wm/fvwm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/fvwm
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.42 2003/11/03 13:52:24 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.43 2003/11/07 13:52:19 taviso Exp $
+
+ 07 Nov 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.8.ebuild:
+ append-flags -fPIC on alpha.
03 Nov 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.8.ebuild:
set FVWM_BUGADDR.
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest
index dd9a7b8f5d09..cacf587a5b17 100644
--- a/x11-wm/fvwm/Manifest
+++ b/x11-wm/fvwm/Manifest
@@ -1,8 +1,8 @@
MD5 e79bd2fa2e46e650aabaa16754e25583 fvwm-2.5.7-r5.ebuild 8757
-MD5 86e8233953b356fa2a7edb2b12052ed5 fvwm-2.5.8.ebuild 8459
+MD5 5221ab78811ec4c54ec378be9a2fa805 fvwm-2.5.8.ebuild 8565
MD5 b893f78193652b275ce5d276ac38af29 fvwm-2.4.17.ebuild 3961
MD5 8fa93269e89c39d61e797e46a91b2872 fvwm-2.5.7-r3.ebuild 8726
-MD5 bac3f1498d293384404b761232e8da06 ChangeLog 8649
+MD5 0c6772b4b20e7d18d236e821536844fe ChangeLog 8749
MD5 4833e4d0685ef48988c0c5c4f9c6b377 metadata.xml 527
MD5 e2ceb5d855c5406a09d82442196efad8 files/README.transluceny.gz 5788
MD5 b2af3c1c8fe4f142e2b8debbb5c59a94 files/digest-fvwm-2.4.17 65
diff --git a/x11-wm/fvwm/fvwm-2.5.8.ebuild b/x11-wm/fvwm/fvwm-2.5.8.ebuild
index 427d3701325e..c8c2e0bfea8d 100644
--- a/x11-wm/fvwm/fvwm-2.5.8.ebuild
+++ b/x11-wm/fvwm/fvwm-2.5.8.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.7 2003/11/04 22:32:33 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.8 2003/11/07 13:52:19 taviso Exp $
-inherit eutils
+inherit eutils flag-o-matic
IUSE="readline truetype ncurses gtk stroke gnome rplay xinerama cjk perl nls png bidi imlib tcltk debug gtk2"
@@ -59,6 +59,9 @@ src_unpack() {
# planned on disabling these debug statements before the release, but
# never got around to it.
cd ${S}; epatch ${FILESDIR}/disable-debug-statements.diff
+
+ # build fails on alpha with certain options without this.
+ use alpha && append-flags -fPIC
}
src_compile() {