Date: Sat, 6 Apr 2019 00:44:20 +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: r498047 - head/audio/praat Message-ID: <201904060044.x360iKwF062511@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Apr 6 00:44:20 2019 New Revision: 498047 URL: https://svnweb.freebsd.org/changeset/ports/498047 Log: 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: head/audio/praat/Makefile Modified: head/audio/praat/Makefile ============================================================================== --- head/audio/praat/Makefile Sat Apr 6 00:43:45 2019 (r498046) +++ head/audio/praat/Makefile Sat Apr 6 00:44:20 2019 (r498047) @@ -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?201904060044.x360iKwF062511>