Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 12:54:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484015 - head/audio/audiere
Message-ID:  <201811041254.wA4CstwS097632@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 12:54:54 2018
New Revision: 484015
URL: https://svnweb.freebsd.org/changeset/ports/484015

Log:
  Mark BROKEN: fails to build
  
  /usr/local/include/dumb.h:41:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  #define DUMB_NAME "DUMB v"DUMB_VERSION_STR
                            ^
  
  Reported by:	pkg-fallout

Modified:
  head/audio/audiere/Makefile

Modified: head/audio/audiere/Makefile
==============================================================================
--- head/audio/audiere/Makefile	Sun Nov  4 12:52:13 2018	(r484014)
+++ head/audio/audiere/Makefile	Sun Nov  4 12:54:54 2018	(r484015)
@@ -13,6 +13,8 @@ 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



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