svn commit: r495554 - head/cad/basicdsp

Mark Linimon linimon at FreeBSD.org
Wed Mar 13 05:19:54 UTC 2019


Author: linimon
Date: Wed Mar 13 05:19:52 2019
New Revision: 495554
URL: https://svnweb.freebsd.org/changeset/ports/495554

Log:
  Fix build on gcc-based architectures:
  
    /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length at CXXABI_1.3.8'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/cad/basicdsp/Makefile

Modified: head/cad/basicdsp/Makefile
==============================================================================
--- head/cad/basicdsp/Makefile	Wed Mar 13 05:13:22 2019	(r495553)
+++ head/cad/basicdsp/Makefile	Wed Mar 13 05:19:52 2019	(r495554)
@@ -13,7 +13,7 @@ COMMENT=	Program for experimenting with simple audio D
 
 LICENSE=	GPLv2
 
-USES=		dos2unix tar:tgz
+USES=		compiler:c++11-lang dos2unix tar:tgz
 USE_WX=		2.8+
 WX_COMPS=	wx wx:build wx:run
 


More information about the svn-ports-all mailing list