From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C787138332 for ; Sun, 9 Oct 2016 08:28:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1C85E0AEE; Sun, 9 Oct 2016 08:28:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7F1BE0AEE for ; Sun, 9 Oct 2016 08:28:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E28E3415E0 for ; Sun, 9 Oct 2016 08:28:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8064324AB for ; Sun, 9 Oct 2016 08:28:45 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1475931882.cc9a78e9d4b7c1b456503a43eced695307fc93c7.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: sys-freebsd/freebsd-lib/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: sys-freebsd/freebsd-lib/freebsd-lib-11.0.ebuild X-VCS-Directories: sys-freebsd/freebsd-lib/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: cc9a78e9d4b7c1b456503a43eced695307fc93c7 X-VCS-Branch: master Date: Sun, 9 Oct 2016 08:28:45 +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: 6f44520d-c585-4d0f-ac89-bcdab7fd80b3 X-Archives-Hash: 05fa4073e7759f5867a150be44aee7e3 commit: cc9a78e9d4b7c1b456503a43eced695307fc93c7 Author: Yuta SATOH gmail com> AuthorDate: Sat Oct 8 13:04:42 2016 +0000 Commit: Yuta SATOH gentoo gr jp> CommitDate: Sat Oct 8 13:04:42 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=cc9a78e9 sys-freebsd/freebsd-lib: add lib/libmp to EXTRA_INCLUDES. sys-freebsd/freebsd-lib/freebsd-lib-11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-freebsd/freebsd-lib/freebsd-lib-11.0.ebuild b/sys-freebsd/freebsd-lib/freebsd-lib-11.0.ebuild index 9ca30a1..05ea4a9 100644 --- a/sys-freebsd/freebsd-lib/freebsd-lib-11.0.ebuild +++ b/sys-freebsd/freebsd-lib/freebsd-lib-11.0.ebuild @@ -630,7 +630,7 @@ install_includes() WITHOUT_GSSAPI= \ SRCTOP="${WORKDIR}"|| die "install_includes() failed" einfo "includes installed ok." - EXTRA_INCLUDES="lib/librtld_db lib/libutil lib/msun gnu/lib/libregex lib/libcasper" + EXTRA_INCLUDES="lib/librtld_db lib/libutil lib/msun gnu/lib/libregex lib/libcasper lib/libmp" for i in $EXTRA_INCLUDES; do einfo "Installing $i includes into ${INCLUDEDIR} as ${BINOWN}:${BINGRP}..." cd "${WORKDIR}/$i" || die