svn commit: r532439 - head/audio/spectacle-lv2

Mark Linimon linimon at FreeBSD.org
Wed Apr 22 02:11:02 UTC 2020


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


More information about the svn-ports-head mailing list