diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2010-03-23 06:28:18 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2010-03-23 06:28:18 +0000 |
commit | f5a22527a51e26243a55daf8c327820891b9c3c5 (patch) | |
tree | cf0c44771cd42cbc4e256c490b89826ea08d0dee /sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild | |
parent | Old. (diff) | |
download | gentoo-2-f5a22527a51e26243a55daf8c327820891b9c3c5.tar.gz gentoo-2-f5a22527a51e26243a55daf8c327820891b9c3c5.tar.bz2 gentoo-2-f5a22527a51e26243a55daf8c327820891b9c3c5.zip |
Fix linking during a stage3 build.
(Portage version: 2.2_rc67/cvs/FreeBSD i386)
Diffstat (limited to 'sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild')
-rw-r--r-- | sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild b/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild index dbc4d5bbdab6..9362517fef79 100644 --- a/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild +++ b/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild,v 1.2 2010/03/19 22:24:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-8.0.ebuild,v 1.3 2010/03/23 06:28:17 the_paya Exp $ EAPI=2 @@ -88,7 +88,8 @@ PATCHES=( "${FILESDIR}/${PN}-bsdxml.patch" "${FILESDIR}/${PN}-6.1-csu.patch" "${FILESDIR}/${PN}-6.2-bluetooth.patch" "${FILESDIR}/${PN}-new_as.patch" - "${FILESDIR}/${PN}-8.0-log2.patch" ) + "${FILESDIR}/${PN}-8.0-log2.patch" + "${FILESDIR}/${PN}-8.0-rpcsec_gss.patch" ) # Here we disable and remove source which we don't need or want # In order: |