Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 620250
Collapse All | Expand All

(-)a/clang-4.0.0-r2.ebuild (+7 lines)
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
(-)a/clang-9999.ebuild (+7 lines)
Lines 178-183 multilib_src_configure() { Link Here
178
		)
178
		)
179
	fi
179
	fi
180
180
181
	# Manual pages should be install to share/man, #620250
182
	if use kernel_FreeBSD; then
183
		mycmakeargs+=(
184
			-DCMAKE_INSTALL_MANDIR:PATH="share/man"
185
		)
186
	fi
187
181
	# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
188
	# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
182
	use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"
189
	use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"
183
	cmake-utils_src_configure
190
	cmake-utils_src_configure

Return to bug 620250