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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 29 00:51:26 UTC 2016


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

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

Author: jbeich
Date: Tue Nov 29 00:50:33 UTC 2016
New revision: 427352
URL: https://svnweb.freebsd.org/changeset/ports/427352

Log:
  MFH: r427290

  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
  Approved by:  ports-secteam (junovitch)

Changes:
_U  branches/2016Q4/
  branches/2016Q4/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