summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-16 16:47:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-01-16 16:47:00 +0000
commit1cc9fcd1c758b73cdef7e674d4a87094e2d029f8 (patch)
tree3b8ea3a783597953a4328bd04ea5a6b9b48b5db6 /graphics
parentFixup EXTRA_PATCHES and PATCHFILES missing the :-pX argument. (diff)
Extract do-patch into a separate script.
PR: 215761 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D9029
Notes
Notes: svn path=/head/; revision=431680
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index 43aa592bc13d..afbccf244266 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -42,7 +42,7 @@ DESCR= ${FILESDIR}/pkg-descr
.endif
pre-patch:
- ${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt
+ ${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} -p1 < ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt
post-patch:
${REINPLACE_CMD} -e "s@%%LOCALBASE%%@${LOCALBASE}@" \