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
commitae2d5c1314582246c1fbc0a7c03e21f8062f7c53 (patch)
treee77df42e875fb903900e69e53db3c85904e8cc1e /net-misc/howl/howl-0.9.8.ebuild
parentAdd flags for KDE 3.5. (diff)
downloadgentoo-2-ae2d5c1314582246c1fbc0a7c03e21f8062f7c53.tar.gz
gentoo-2-ae2d5c1314582246c1fbc0a7c03e21f8062f7c53.tar.bz2
gentoo-2-ae2d5c1314582246c1fbc0a7c03e21f8062f7c53.zip
Remove IA64 headers tweak as it is no longer needed for 2.6.11 headers.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/howl/howl-0.9.8.ebuild')
-rw-r--r--net-misc/howl/howl-0.9.8.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-misc/howl/howl-0.9.8.ebuild b/net-misc/howl/howl-0.9.8.ebuild
index 16d0ed0639e5..ff80673226e9 100644
--- a/net-misc/howl/howl-0.9.8.ebuild
+++ b/net-misc/howl/howl-0.9.8.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-0.9.8.ebuild,v 1.8 2005/07/27 10:59:18 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.8.ebuild,v 1.9 2005/08/24 20:57:45 plasmaroo Exp $
inherit eutils flag-o-matic
@@ -28,11 +28,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"