svn commit: r528995 - head/sysutils/xen-tools

Roger Pau Monné royger at FreeBSD.org
Mon Mar 23 17:39:42 UTC 2020


Author: royger (src committer)
Date: Mon Mar 23 17:39:42 2020
New Revision: 528995
URL: https://svnweb.freebsd.org/changeset/ports/528995

Log:
  sysutils/xen-tools: fix makefile typo
  
  Add missing strip annotation (-p1) to patch line.
  
  Approved by:		lwhsu
  Differential revision:	https://reviews.freebsd.org/D24160

Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Mon Mar 23 17:34:41 2020	(r528994)
+++ head/sysutils/xen-tools/Makefile	Mon Mar 23 17:39:42 2020	(r528995)
@@ -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>
 


More information about the svn-ports-all mailing list