From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D80A01388C2 for ; Tue, 1 Mar 2016 10:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FE2621C01C; Tue, 1 Mar 2016 10:07:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47AC521C014 for ; Tue, 1 Mar 2016 10:07:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D8BC34098F for ; Tue, 1 Mar 2016 10:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 808B6208F for ; Tue, 1 Mar 2016 10:07:03 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1456826813.2c2968cde0bdc372b34bda6bc03abb7a6f9b3725.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-freebsd/freebsd-lib/freebsd-lib-10.2-r2.ebuild X-VCS-Directories: sys-freebsd/freebsd-lib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2c2968cde0bdc372b34bda6bc03abb7a6f9b3725 X-VCS-Branch: master Date: Tue, 1 Mar 2016 10:07:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f7526e60-156c-4000-926a-75346251a719 X-Archives-Hash: 26f64425f4af6ca0afc2e232179e2697 commit: 2c2968cde0bdc372b34bda6bc03abb7a6f9b3725 Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 1 10:04:37 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 1 10:06:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2968cd sys-freebsd/freebsd-lib: set RPCDIR to include_proper when pre-installing headers Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> sys-freebsd/freebsd-lib/freebsd-lib-10.2-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-freebsd/freebsd-lib/freebsd-lib-10.2-r2.ebuild b/sys-freebsd/freebsd-lib/freebsd-lib-10.2-r2.ebuild index d50c0d4..bb782f3 100644 --- a/sys-freebsd/freebsd-lib/freebsd-lib-10.2-r2.ebuild +++ b/sys-freebsd/freebsd-lib/freebsd-lib-10.2-r2.ebuild @@ -328,6 +328,7 @@ do_bootstrap() { CTARGET="${CHOST}" install_includes "/include_proper_${ABI}" CFLAGS="${CFLAGS} -isystem ${WORKDIR}/include_proper_${ABI}" CXXFLAGS="${CXXFLAGS} -isystem ${WORKDIR}/include_proper_${ABI}" + mymakeopts="${mymakeopts} RPCDIR=${WORKDIR}/include_proper_${ABI}/rpcsvc" fi bootstrap_csu bootstrap_libssp_nonshared