mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
workaround for Plasma desktop crashes on FreeBSD 13.1 (to be released)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
fc9ad91761
commit
7d7e92a256
1 changed files with 7 additions and 0 deletions
|
@ -32,4 +32,11 @@ NLS_USES = gettext
|
|||
NLS_CMAKE_ON = -DWITH_INTL=TRUE
|
||||
NLS_CMAKE_OFF = -DWITH_INTL=FALSE
|
||||
|
||||
# workaround for Plasma desktop crashes, possible miss-optimization since it
|
||||
# does not crash when build for debugging
|
||||
.include <bsd.port.options.mk>
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1300000
|
||||
USE_GCC = yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue