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:
parent
eeee6a548e
commit
1b66e150f5
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user