- Mark BROKEN: does not compile

: undefined reference to `LexerModule::Find(int)'

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-07-11 20:30:52 +00:00
parent 065bc029cb
commit cd3c295568
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277561

View file

@ -16,15 +16,12 @@ COMMENT= An advanced cross-platform text editor
LIB_DEPENDS= fxscintilla.22:${PORTSDIR}/x11-toolkits/fxscintilla
BROKEN= does not compile
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl"
PLIST_FILES= bin/fxite
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 701101
BROKEN= does not build on pre 701101; needs strndup
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>