diff options
author | 2005-08-24 20:57:45 +0000 | |
---|---|---|
committer | 2005-08-24 20:57:45 +0000 | |
commit | ae2d5c1314582246c1fbc0a7c03e21f8062f7c53 (patch) | |
tree | e77df42e875fb903900e69e53db3c85904e8cc1e /net-misc/howl/howl-1.0.0.ebuild | |
parent | Add flags for KDE 3.5. (diff) | |
download | gentoo-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-1.0.0.ebuild')
-rw-r--r-- | net-misc/howl/howl-1.0.0.ebuild | 7 |
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" |