diff options
author | 2007-10-16 08:59:07 +0000 | |
---|---|---|
committer | 2007-10-16 08:59:07 +0000 | |
commit | 45a2e3c4af190e7a5b280523850f2ef34b8ad19b (patch) | |
tree | 5318ed8e52bd1e6b3b7f6392f7e820dcaf00fc59 /sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild | |
parent | Punt old (diff) | |
download | gentoo-2-45a2e3c4af190e7a5b280523850f2ef34b8ad19b.tar.gz gentoo-2-45a2e3c4af190e7a5b280523850f2ef34b8ad19b.tar.bz2 gentoo-2-45a2e3c4af190e7a5b280523850f2ef34b8ad19b.zip |
gcc-4 now defines __sparc64__ for us
(Portage version: 2.1.3.13)
Diffstat (limited to 'sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild')
-rw-r--r-- | sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild b/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild index 1e2b66ebd628..b1c653e45cd6 100644 --- a/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild +++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild,v 1.5 2007/09/04 14:50:45 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild,v 1.6 2007/10/16 08:59:06 uberlord Exp $ inherit bsdmk freebsd flag-o-matic pam @@ -56,8 +56,7 @@ PATCHES="${FILESDIR}/${PN}-6.0-bsdcmp.patch ${FILESDIR}/${PN}-6.0-kdump-ioctl.patch ${FILESDIR}/${PN}-6.1-gcc41.patch ${FILESDIR}/${PN}-6.2-make-sinclude.patch - ${FILESDIR}/${PN}-6.2-rpcgen-gcc4.1.patch - ${FILESDIR}/${PN}-6.2-sparc64.patch" + ${FILESDIR}/${PN}-6.2-rpcgen-gcc4.1.patch" # Here we remove some sources we don't need because they are already # provided by portage's packages or similar. In order: |