[MacPorts] #40390: codeblocks: fix compatibility with wxWidgets 2.9/3.0

MacPorts noreply at macports.org
Sun Sep 29 11:59:26 PDT 2013


#40390: codeblocks: fix compatibility with wxWidgets 2.9/3.0
-------------------------+---------------------
  Reporter:  mojca@…     |      Owner:  mojca@…
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  codeblocks  |
-------------------------+---------------------

Comment (by mojca@…):

 Actually, the compile command works if I manually add
 `/opt/local/lib/libhunspell-1.3.0.dylib` at the end of the command or if I
 added the following to the `Makefile`, but I'm not sure about the proper
 patch:
 {{{
 --- src/plugins/contrib/SpellChecker/Makefile.orig
 +++ src/plugins/contrib/SpellChecker/Makefile
 @@ -223,7 +223,7 @@ BUILD_WXSMITHCONTRIB =
  CB_GAMIN_CFLAGS =
  CB_GAMIN_LIBS =
  CB_HUNSPELL_CFLAGS =
 -CB_HUNSPELL_LIBS =
 +CB_HUNSPELL_LIBS = -lhunspell-1.3.0
  CC = /usr/bin/clang
  CCDEPMODE = depmode=gcc3
  CFLAGS = -O2 -ffast-math -DCB_AUTOCONF -pipe -Os -arch x86_64
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/40390#comment:12>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list