Date: Sat, 6 Apr 2019 01:09:42 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r498048 - branches/2019Q2/audio/praat Message-ID: <201904060109.x3619g4C073271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Apr 6 01:09:42 2019 New Revision: 498048 URL: https://svnweb.freebsd.org/changeset/ports/498048 Log: MFH: r498047 Fix the following error on GCC-based architectures: fails to compile: cc1plus: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Modified: branches/2019Q2/audio/praat/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/audio/praat/Makefile ============================================================================== --- branches/2019Q2/audio/praat/Makefile Sat Apr 6 00:44:20 2019 (r498047) +++ branches/2019Q2/audio/praat/Makefile Sat Apr 6 01:09:42 2019 (r498048) @@ -11,11 +11,9 @@ COMMENT= Phonetics by Computer LICENSE= GPLv2 -BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=gnu++11" - +USES= compiler:c++11-lang dos2unix iconv pkgconfig USE_GITHUB= yes DOS2UNIX_REGEX= .*Makefile -USES= dos2unix iconv pkgconfig USE_GNOME= gtk20 MAKEFILE= makefile PLIST_FILES= bin/praat man/man1/praat.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904060109.x3619g4C073271>