[Bug 199916] games/wxlauncher: fails to build with WX3 on 8.4R and 9.3R

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 5 00:10:46 UTC 2015


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

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

Author: jbeich
Date: Tue May  5 00:10:18 UTC 2015
New revision: 385434
URL: https://svnweb.freebsd.org/changeset/ports/385434

Log:
  games/wxlauncher: unbreak WX3 option on DragonFly and FreeBSD 8.x/9.x

  After r383466 building against wxgtk30 only worked with clang/libc++
  because libstdc++ 4.2 in base lacks C++11 support while newer libstdc++
  (from lang/gcc* or in base on DragonFly) requires explicit -std=c++11.

  Also, -std=c++11 on FreeBSD turns NULL into nullptr which sometimes
  breaks build.

  PR:        199916
  Approved by:    lightside <lightside at gmx.com> (maintainer)

Changes:
  head/games/wxlauncher/Makefile
  head/games/wxlauncher/files/patch-code_apis_ProfileManager.cpp

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


More information about the freebsd-ports-bugs mailing list