the recent update to qscintilla resulted in breakage on 32-bit archs

(undefined symbol references when using the produced lib), mark broken
for now
This commit is contained in:
sthen 2022-08-19 23:54:16 +00:00
parent eeee6a548e
commit 1b66e150f5
1 changed files with 9 additions and 0 deletions

View File

@ -33,4 +33,13 @@ NO_TEST = Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/qscintilla.pro
.include <bsd.port.arch.mk>
.if ! ${PROPERTIES:Mlp64}
# ports depending on this fail, e.g. py-qscintilla, octave, openscad
# due to undefined symbols.
# if fixing this removes the symbols, remember the shlib major bump
BROKEN+= undefined symbols in produced library on 32-bit archs, needs fixing
.endif
.include <bsd.port.mk>