Date: Tue, 30 Oct 2018 18:24:56 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483507 - head/audio/mp3plot Message-ID: <201810301824.w9UIOuWX007432@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301824.w9UIOuWX007432>