Date: Wed, 13 Mar 2019 05:19:53 +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: r495554 - head/cad/basicdsp Message-ID: <201903130519.x2D5JrKf052974@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903130519.x2D5JrKf052974>