Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 16:09:15 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488326 - head/audio/audiere
Message-ID:  <201812251609.wBPG9Fo3021953@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 25 16:09:14 2018
New Revision: 488326
URL: https://svnweb.freebsd.org/changeset/ports/488326

Log:
  - Fix build

Modified:
  head/audio/audiere/Makefile

Modified: head/audio/audiere/Makefile
==============================================================================
--- head/audio/audiere/Makefile	Tue Dec 25 15:37:09 2018	(r488325)
+++ head/audio/audiere/Makefile	Tue Dec 25 16:09:14 2018	(r488326)
@@ -13,11 +13,9 @@ COMMENT=	High-level audio API
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/doc/license.txt
 
-BROKEN=		fails to build
-
-GNU_CONFIGURE=	yes
 USES=		autoreconf gmake libtool
-WANT_WX=	yes
+GNU_CONFIGURE=	yes
+USE_CXXSTD=	c++98
 USE_LDCONFIG=	yes
 
 CONFIGURE_ENV=	PTHREAD_LIBS="-lpthread"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812251609.wBPG9Fo3021953>