summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2003-03-13 22:46:13 +0000
committerGuy Martin <gmsoft@gentoo.org>2003-03-13 22:46:13 +0000
commitca5ecbd6066ec70745977af65c1be79191d10b2b (patch)
tree0d276bf6440884e60ffb7c7b654dc2874619f154 /net-irc/bitchx
parentAdded hppa to keywords. (diff)
downloadgentoo-2-ca5ecbd6066ec70745977af65c1be79191d10b2b.tar.gz
gentoo-2-ca5ecbd6066ec70745977af65c1be79191d10b2b.tar.bz2
gentoo-2-ca5ecbd6066ec70745977af65c1be79191d10b2b.zip
Added -fPIC to CFLAGS and added hppa to KEYWORDS.
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r--net-irc/bitchx/ChangeLog5
-rw-r--r--net-irc/bitchx/bitchx-1.0.19-r4.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog
index 26dd3c3b916f..7f75a926a7dc 100644
--- a/net-irc/bitchx/ChangeLog
+++ b/net-irc/bitchx/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-irc/bitchx
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.18 2003/02/20 16:54:10 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.19 2003/03/13 22:46:13 gmsoft Exp $
*bitchx-1.0.19-r4 (20 Feb 2003)
+ 13 Mar 2003; Guy Martin <gmsoft@gentoo.org> bitchx-1.0.19-r4.ebuild :
+ Added -fPIC to CFLAGS and added hppa to KEYWORDS.
+
20 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> :
Security update.
diff --git a/net-irc/bitchx/bitchx-1.0.19-r4.ebuild b/net-irc/bitchx/bitchx-1.0.19-r4.ebuild
index b3ba2176e08c..ea6bf8b71699 100644
--- a/net-irc/bitchx/bitchx-1.0.19-r4.ebuild
+++ b/net-irc/bitchx/bitchx-1.0.19-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r4.ebuild,v 1.2 2003/02/20 17:26:47 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r4.ebuild,v 1.3 2003/03/13 22:46:13 gmsoft Exp $
IUSE="ssl esd gnome xmms ncurses ipv6 gtk cjk"
@@ -23,6 +23,8 @@ replace-flags -O[3-9] -O2
# This fixes bug 10932
[ "${ARCH}" = "alpha" ] && append-flags "-fPIC"
+# hppa need -fPIC too
+[ "${ARCH}" = "hppa" ] && append-flags "-fPIC"
DEPEND=">=sys-libs/ncurses-5.1
ssl? ( >=dev-libs/openssl-0.9.6 )