commit:     cc9a78e9d4b7c1b456503a43eced695307fc93c7
Author:     Yuta SATOH <nigoro.dev <AT> gmail <DOT> com>
AuthorDate: Sat Oct  8 13:04:42 2016 +0000
Commit:     Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> 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

Reply via email to