svn commit: r488326 - head/audio/audiere

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 25 16:09:15 UTC 2018


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"


More information about the svn-ports-all mailing list