[Bug 214848] editors/texmaker: fails to build with hunspell 1.5

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 28 09:16:39 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214848

--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Mon Nov 28 09:16:11 UTC 2016
New revision: 427290
URL: https://svnweb.freebsd.org/changeset/ports/427290

Log:
  editors/texmaker: fix Hunspell ABI mismatch

  The port passes -I. -I/usr/local/include/hunspell ... -I/usr/local/include
  but then proceeds to #include "hunspell/hunspell.hxx" which ends up picking
  bundled version. #include "hunspell.hxx" would be more correct but would
  require adjusting texmaker.pro to add -I./hunspell for OS X.

  PR:           214848
  Submitted by: rakuco
  MFH:          2016Q4

Changes:
  head/editors/texmaker/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list