1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

sysutils/xen-tools: fix makefile typo

Add missing strip annotation (-p1) to patch line.

Approved by:		lwhsu
Differential revision:	https://reviews.freebsd.org/D24160
This commit is contained in:
Roger Pau Monné 2020-03-23 17:39:42 +00:00
parent 847163327a
commit 98d759774f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528995

View File

@ -57,7 +57,7 @@ INSTALL_TARGET= install-tools
DOCS_INSTALL_TARGET= install-docs
# Fix build with clang 10.0 (re convert enum constant to boolean)
EXTRA_PATCHES+= ${PATCHDIR}/0001-libfsimage-fix-clang-10-build.patch
EXTRA_PATCHES+= ${PATCHDIR}/0001-libfsimage-fix-clang-10-build.patch:-p1
.include <bsd.port.options.mk>