Apply the KSE patch on post-KSE systems. This unbreaks the port
on -current. Suggested by: Mark Santcroos <marks@ripe.net> No response from: maintainer
This commit is contained in:
parent
3dcc8054e7
commit
b80e5ac6af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49931
2 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,9 @@ pre-patch:
|
|||
.endfor
|
||||
|
||||
post-patch:
|
||||
.if ${OSVERSION} >= 500023
|
||||
cat ${FILESDIR}/kse.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
|
||||
.endif
|
||||
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
||||
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
|
||||
${RM} -rf ${WRKSRC}/vmmon-only/linux/
|
||||
|
|
|
@ -85,6 +85,9 @@ pre-patch:
|
|||
.endfor
|
||||
|
||||
post-patch:
|
||||
.if ${OSVERSION} >= 500023
|
||||
cat ${FILESDIR}/kse.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1
|
||||
.endif
|
||||
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
||||
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
|
||||
${RM} -rf ${WRKSRC}/vmmon-only/linux/
|
||||
|
|
Loading…
Reference in a new issue