1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/editors/texstudio
Raphael Kubo da Costa 2b7efc0453 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)
2016-09-10 08:15:25 +00:00
..
distinfo - Update to version 2.11.0 [1] 2016-07-27 16:48:54 +00:00
Makefile Use system hunspell and quazip 2016-09-10 08:15:25 +00:00
pkg-descr
pkg-plist - Update to version 2.11.0 [1] 2016-07-27 16:48:54 +00:00