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:
Martin Neubauer 2024-12-31 09:35:34 +01:00 committed by Kurt Jaeger
parent 7f9a87ea2b
commit c8ea8c2027

View file

@ -20,4 +20,10 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip 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>