- Mark BROKEN: does not compile
: undefined reference to `LexerModule::Find(int)' Reported by: pointyhat
This commit is contained in:
parent
065bc029cb
commit
cd3c295568
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277561
1 changed files with 3 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue