I should use ${PATCHDIR} for extra patches not ${FILESDIR}
This commit is contained in:
parent
0311c3ad33
commit
6dec496765
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93205
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500010
|
||||
EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-vector.hpp
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-vector.hpp
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue