mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ftp/libfilezilla: fix build on 15
- missed the Makefile patch because I build on an older version of 15 PR: 283373
This commit is contained in:
parent
7f9a87ea2b
commit
c8ea8c2027
1 changed files with 7 additions and 1 deletions
|
@ -20,4 +20,10 @@ USE_LDCONFIG= yes
|
|||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 191
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-lib_libfilezilla_string.hpp
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue