svn commit: r498048 - branches/2019Q2/audio/praat

Mark Linimon linimon at FreeBSD.org
Sat Apr 6 01:09:43 UTC 2019


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


More information about the svn-ports-all mailing list