[Bug 212349] [PATCH] editors/texstudio: Use system hunspell and quazip
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Sep 10 08:16:28 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212349
--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:
Author: rakuco
Date: Sat Sep 10 08:15:25 UTC 2016
New revision: 421674
URL: https://svnweb.freebsd.org/changeset/ports/421674
Log:
Use system hunspell and quazip
Stop building its own bundled copies of quazip and hunspell.
Using bundled libraries is bad for several reasons [1], including breaking
the
build, which happens with Qt 5.6 that passes -std=gnu++11 by default when the
compiler supports it:
hunspell/affentry.hxx:30:94: error: cannot initialize a parameter of type
'unsigned short' with an rvalue of type 'nullptr_t'
hunspell/affentry.hxx:93:103: error: cannot initialize a parameter of
type 'unsigned short' with an rvalue of type 'nullptr_t'
Switching to the system versions fixes everything.
[1] https://www.freebsd.org/doc/en/books/porters-handbook/bundled-libs.html
PR: 212349
Approved by: portmgr (mat)
Changes:
head/editors/texstudio/Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list