Make the previous patch conditional as we always did.
This commit is contained in:
parent
ae1a490d6d
commit
ecdf6280c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379329
2 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ KMK_ARCH= freebsd.${ARCH}
|
|||
|
||||
.if ${COMPILER_TYPE} == clang
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extrapatch-Config.kmk \
|
||||
${PATCHDIR}/extrapatch-src-VBox-Additions-x11-vboxvideo-Makefile.kmk
|
||||
${PATCHDIR}/extrapatch-src-VBox-Additions-x11-vboxvideo-Makefile.kmk \
|
||||
${PATCHDIR}/extrapatch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h
|
||||
.if ${COMPILER_FEATURES:Mlibc++}
|
||||
EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue