summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2005-08-24 20:57:45 +0000
committerTim Yamin <plasmaroo@gentoo.org>2005-08-24 20:57:45 +0000
commitb2f2bef67c54bb714a5fb4acdb395ffab1d63128 (patch)
tree3806a48c7d49c2cd13ed20a744f717ed20912e29 /net-misc/howl/howl-1.0.0.ebuild
parentAdd flags for KDE 3.5. (diff)
downloadhistorical-b2f2bef67c54bb714a5fb4acdb395ffab1d63128.tar.gz
historical-b2f2bef67c54bb714a5fb4acdb395ffab1d63128.tar.bz2
historical-b2f2bef67c54bb714a5fb4acdb395ffab1d63128.zip
Remove IA64 headers tweak as it is no longer needed for 2.6.11 headers.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/howl/howl-1.0.0.ebuild')
-rw-r--r--net-misc/howl/howl-1.0.0.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-misc/howl/howl-1.0.0.ebuild b/net-misc/howl/howl-1.0.0.ebuild
index 07b3ba711b19..a353a72420cc 100644
--- a/net-misc/howl/howl-1.0.0.ebuild
+++ b/net-misc/howl/howl-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-1.0.0.ebuild,v 1.4 2005/07/23 21:55:23 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-1.0.0.ebuild,v 1.5 2005/08/24 20:57:45 plasmaroo Exp $
inherit eutils flag-o-matic
@@ -27,11 +27,6 @@ src_unpack() {
}
src_compile() {
- # The following solves compilation using linux26-headers-2.6.8.1-r2 on ia64.
- # It's not relevant for linux-headers-2.4.x or other linux26-headers, but
- # won't hurt anything. (21 Jan 2005 agriffis)
- [[ $ARCH == ia64 ]] && append-flags -D_ASM_IA64_TYPES_H
-
# If we wanted to remove the html docs in /usr/share/howl....
#einfo "Removing html docs from build process...."
#sed -e 's/ docs//' < Makefile.am > Makefile.am.new || die "sed failed"