mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add references to PR 226177 which tracks the breakage of this port by
clang 6.0.0. PR: 226177
This commit is contained in:
parent
efac5eef83
commit
fabf6170e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476347
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ COMMENT= Lightweight curses-based IRC client
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
# Also see PR 226177.
|
||||
DEPRECATED= Upstream gone, very old code base, use modern irc client instead
|
||||
EXPIRATION_DATE= 2018-11-03
|
||||
|
||||
|
@ -21,7 +22,7 @@ LDFLAGS+= -lncurses -lpthread
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# does not compile with clang 6.0.0
|
||||
# Does not compile with clang 6.0.0; PR 226177.
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056
|
||||
USE_GCC= 6
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue