svn commit: r383752 - head/audio/wxguitar

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 10 19:26:53 UTC 2015


Author: amdmi3
Date: Fri Apr 10 19:26:52 2015
New Revision: 383752
URL: https://svnweb.freebsd.org/changeset/ports/383752

Log:
  - Fix build on < 10.x after wxgtk30 update

Modified:
  head/audio/wxguitar/Makefile

Modified: head/audio/wxguitar/Makefile
==============================================================================
--- head/audio/wxguitar/Makefile	Fri Apr 10 19:24:48 2015	(r383751)
+++ head/audio/wxguitar/Makefile	Fri Apr 10 19:26:52 2015	(r383752)
@@ -14,6 +14,7 @@ COMMENT=	Simple guitar tuning assistant
 RUN_DEPENDS=	wavplay:${PORTSDIR}/audio/wavplay
 
 USES=		compiler:c++11-lib
+USE_CXXSTD=	c++11
 GNU_CONFIGURE=	yes
 USE_WX=		3.0
 WX_UNICODE=	yes


More information about the svn-ports-all mailing list