aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xen-tools/Makefile
diff options
context:
space:
mode:
authorRoger Pau Monné <royger@FreeBSD.org>2020-03-23 17:39:42 +0000
committerRoger Pau Monné <royger@FreeBSD.org>2020-03-23 17:39:42 +0000
commit98d759774f634b460f99839be6af519897480a84 (patch)
tree961c8a06107be264e0edab63a1dbeddccf9e8a5f /sysutils/xen-tools/Makefile
parent847163327a853bd18f6d6b815857204a89569dbf (diff)
downloadports-98d759774f634b460f99839be6af519897480a84.tar.gz
ports-98d759774f634b460f99839be6af519897480a84.zip
sysutils/xen-tools: fix makefile typo
Add missing strip annotation (-p1) to patch line. Approved by: lwhsu Differential revision: https://reviews.freebsd.org/D24160
Notes
Notes: svn path=/head/; revision=528995
Diffstat (limited to 'sysutils/xen-tools/Makefile')
-rw-r--r--sysutils/xen-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile
index 6678517d9a94..b4a82c6421c5 100644
--- a/sysutils/xen-tools/Makefile
+++ b/sysutils/xen-tools/Makefile
@@ -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>