Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2015 00:10:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199916] games/wxlauncher: fails to build with WX3 on 8.4R and 9.3R
Message-ID:  <bug-199916-13-wS8JuOVJqO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199916-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199916-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=199916

--- Comment #7 from commit-hook@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@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.



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