aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-11-04 12:55:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-11-04 12:55:16 +0000
commit9cb849e63ca453eeb12816e1be28dbe03aa008a0 (patch)
treea2486c910c02b185c3ff1b821b504bc09262bff3
parente9ae9c8e748a106ec6ad2fcaf0ffc4b46bf62f64 (diff)
MFH: r484015
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
Notes
Notes: svn path=/branches/2018Q4/; revision=484016
-rw-r--r--audio/audiere/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/audiere/Makefile b/audio/audiere/Makefile
index 0a6b7a4837de..1dadaf1aa564 100644
--- a/audio/audiere/Makefile
+++ b/audio/audiere/Makefile
@@ -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