svn commit: r483507 - head/audio/mp3plot
Mark Linimon
linimon at FreeBSD.org
Tue Oct 30 18:24:57 UTC 2018
Author: linimon
Date: Tue Oct 30 18:24:56 2018
New Revision: 483507
URL: https://svnweb.freebsd.org/changeset/ports/483507
Log:
Fix build on powerpc64.
Modified:
head/audio/mp3plot/Makefile
Modified: head/audio/mp3plot/Makefile
==============================================================================
--- head/audio/mp3plot/Makefile Tue Oct 30 18:21:30 2018 (r483506)
+++ head/audio/mp3plot/Makefile Tue Oct 30 18:24:56 2018 (r483507)
@@ -13,8 +13,7 @@ COMMENT= MP3 bitrate plot tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_powerpc64= fails to configure: C++ compiler cannot create executables
-
+USES= compiler:c++11-lang
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
USE_CXXSTD= c++98
More information about the svn-ports-head
mailing list