Add back some lines that were mistakenly removed during the bump
This commit is contained in:
parent
086a1c998a
commit
01930aeb42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375606
1 changed files with 3 additions and 0 deletions
|
@ -118,3 +118,6 @@ regression-test: do-build
|
|||
${MAKEFILE} ${MAKE_ARGS} check)
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
# The OPENMP option may select gcc as compiler but on architectures
|
||||
# that have switched to libc++ clang should be used for C++ code.
|
||||
CXX= c++
|
||||
|
|
Loading…
Reference in a new issue