Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2020 02:11:01 +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: r532439 - head/audio/spectacle-lv2
Message-ID:  <202004220211.03M2B1U3047806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr 22 02:11:01 2020
New Revision: 532439
URL: https://svnweb.freebsd.org/changeset/ports/532439

Log:
  Add compiler:c++0x to USES to fix build on GCC-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=gnu++0x"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/spectacle-lv2/Makefile

Modified: head/audio/spectacle-lv2/Makefile
==============================================================================
--- head/audio/spectacle-lv2/Makefile	Wed Apr 22 02:08:29 2020	(r532438)
+++ head/audio/spectacle-lv2/Makefile	Wed Apr 22 02:11:01 2020	(r532439)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		xxd:editors/vim-console
 LIB_DEPENDS=	libfftw3f.so:math/fftw3-float
 
-USES=		gmake gnome pkgconfig shebangfix xorg
+USES=		compiler:c++0x gmake gnome pkgconfig shebangfix xorg
 SHEBANG_FILES=	dpf/utils/generate-ttl.sh
 USE_GITHUB=	yes
 GH_ACCOUNT=	jpcima



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004220211.03M2B1U3047806>