Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 09:16:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214848] editors/texmaker: fails to build with hunspell 1.5
Message-ID:  <bug-214848-13-YCGr7TdCPa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214848-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214848-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214848

--- Comment #2 from commit-hook@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 picki=
ng
  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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214848-13-YCGr7TdCPa>