diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-26 21:17:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-26 21:17:04 +0000 |
commit | be600ffaca2469313cd677552df18856f145d2f8 (patch) | |
tree | 338c09b6e4e89f5e4861e2a825b82be4481b8fbc /sys-freebsd/freebsd-libexec/freebsd-libexec-9.2_rc3.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-be600ffaca2469313cd677552df18856f145d2f8.tar.gz gentoo-2-be600ffaca2469313cd677552df18856f145d2f8.tar.bz2 gentoo-2-be600ffaca2469313cd677552df18856f145d2f8.zip |
Use LD_* variables for 32bits too instead of the FreeBSD invention LD_32_*. We use LD_* everywhere on Gentoo and things like libtool wrappers have no clue
about LD_32_* and thus fail to run from the build directory.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-freebsd/freebsd-libexec/freebsd-libexec-9.2_rc3.ebuild')
-rw-r--r-- | sys-freebsd/freebsd-libexec/freebsd-libexec-9.2_rc3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-freebsd/freebsd-libexec/freebsd-libexec-9.2_rc3.ebuild b/sys-freebsd/freebsd-libexec/freebsd-libexec-9.2_rc3.ebuild index 6a82aded3663..285fb69bdb55 100644 --- a/sys-freebsd/freebsd-libexec/freebsd-libexec-9.2_rc3.ebuild +++ b/sys-freebsd/freebsd-libexec/freebsd-libexec-9.2_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-libexec/freebsd-libexec-9.2_rc3.ebuild,v 1.1 2013/08/26 20:42:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-libexec/freebsd-libexec-9.2_rc3.ebuild,v 1.2 2013/08/26 21:17:04 aballier Exp $ EAPI=5 @@ -36,6 +36,8 @@ REMOVE_SUBDIRS="smrsh mail.local tcpd telnetd rshd rlogind lukemftpd ftpd" IUSE="pam ssl kerberos ipv6 nis xinetd" +PATCHES=( "${FILESDIR}/${PN}-9.2-no_ld32.patch" ) + pkg_setup() { use ipv6 || mymakeopts="${mymakeopts} WITHOUT_INET6= WITHOUT_INET6_SUPPORT= " use kerberos || mymakeopts="${mymakeopts} WITHOUT_KERBEROS_SUPPORT= " |