diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-07 10:52:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-07 10:52:09 +0000 |
commit | 30e579b186136b003905456dfe6f5264e35b046a (patch) | |
tree | 6f86b4788a6c70667b163dc53402d4cc219fa0f5 /net-misc/ixp4xx | |
parent | stabilize for frozen-bubble (diff) | |
download | gentoo-2-30e579b186136b003905456dfe6f5264e35b046a.tar.gz gentoo-2-30e579b186136b003905456dfe6f5264e35b046a.tar.bz2 gentoo-2-30e579b186136b003905456dfe6f5264e35b046a.zip |
dont use tc-endian anymore
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'net-misc/ixp4xx')
-rw-r--r-- | net-misc/ixp4xx/files/digest-ixp4xx-2.1 | 6 | ||||
-rw-r--r-- | net-misc/ixp4xx/ixp4xx-2.1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-misc/ixp4xx/files/digest-ixp4xx-2.1 b/net-misc/ixp4xx/files/digest-ixp4xx-2.1 index 870f2109f8bc..d57ef065c530 100644 --- a/net-misc/ixp4xx/files/digest-ixp4xx-2.1 +++ b/net-misc/ixp4xx/files/digest-ixp4xx-2.1 @@ -1,3 +1,9 @@ MD5 af63fe403d45ced9bb7bc6635de40be5 GPL_ixp400LinuxEthernetDriverPatch-1_5.zip 30291 +RMD160 d38e5898683cf03cd738c92e76416ba92e5f453d GPL_ixp400LinuxEthernetDriverPatch-1_5.zip 30291 +SHA256 7136fcdb4c7d7d9d9a879dd0e00541993cc95388bdcbc823b1b6545508ae21e4 GPL_ixp400LinuxEthernetDriverPatch-1_5.zip 30291 MD5 0fc2f6b2d33d6bf571a3f54260e39854 IPL_ixp400AccessLibrary-2_1.zip 2227460 +RMD160 3b2efba0d72b4e74a14c4d14c9194339ab3a6103 IPL_ixp400AccessLibrary-2_1.zip 2227460 +SHA256 5ae00e704db0a2d8186b603c8699738b4d0a60361a6226002654d5b7a7ae1987 IPL_ixp400AccessLibrary-2_1.zip 2227460 MD5 38305fb3875802fc431960ee51edbcdd IPL_ixp400NpeLibrary-2_1.zip 168570 +RMD160 d295fbecd51144ec6c6e9c9223d5c2b7e6eb6f12 IPL_ixp400NpeLibrary-2_1.zip 168570 +SHA256 a641c27a73731f4596058837f9d8463155729fe4f2fe14a8429a317302af9152 IPL_ixp400NpeLibrary-2_1.zip 168570 diff --git a/net-misc/ixp4xx/ixp4xx-2.1.ebuild b/net-misc/ixp4xx/ixp4xx-2.1.ebuild index 9b66ec181d00..04dca5db9107 100644 --- a/net-misc/ixp4xx/ixp4xx-2.1.ebuild +++ b/net-misc/ixp4xx/ixp4xx-2.1.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/ixp4xx/ixp4xx-2.1.ebuild,v 1.3 2005/12/15 02:06:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ixp4xx/ixp4xx-2.1.ebuild,v 1.4 2007/01/07 10:52:09 vapier Exp $ inherit eutils toolchain-funcs linux-mod @@ -29,7 +29,7 @@ src_unpack() { src_compile() { cd ixp400_xscale_sw local ix_target - [[ $(tc-endian) == "little" ]] \ + [[ $(printf "#include <endian.h>\n#if __BYTE_ORDER == __LITTLE_ENDIAN\nlittle\n#else\nbig\n#endif\n" | $(tc-getCPP) - | tail -n 1) == "little" ]] \ && ix_target=linuxle \ || ix_target=linuxbe make \ |