|
Lines 175-180
multilib_src_configure() {
Link Here
|
| 175 |
) |
175 |
) |
| 176 |
fi |
176 |
fi |
| 177 |
|
177 |
|
|
|
178 |
# Manual pages should be install to share/man, #620250 |
| 179 |
if use kernel_FreeBSD; then |
| 180 |
mycmakeargs+=( |
| 181 |
-DCMAKE_INSTALL_MANDIR:PATH="share/man" |
| 182 |
) |
| 183 |
fi |
| 184 |
|
| 178 |
# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844 |
185 |
# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844 |
| 179 |
use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG" |
186 |
use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG" |
| 180 |
cmake-utils_src_configure |
187 |
cmake-utils_src_configure |