Date: Mon, 7 Oct 2019 14:10:04 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513949 - head/cad/alliance Message-ID: <201910071410.x97EA4Sv058181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon Oct 7 14:10:04 2019 New Revision: 513949 URL: https://svnweb.freebsd.org/changeset/ports/513949 Log: cad/alliance: fix build on GCC architectures Use C++0x compiler: cc1plus: error: unrecognized command line option "-std=gnu++0x" Approved by: mentors (implicit approval) Modified: head/cad/alliance/Makefile Modified: head/cad/alliance/Makefile ============================================================================== --- head/cad/alliance/Makefile Mon Oct 7 13:59:55 2019 (r513948) +++ head/cad/alliance/Makefile Mon Oct 7 14:10:04 2019 (r513949) @@ -22,7 +22,8 @@ BROKEN_aarch64= fails to link: collect2: error: ld re BUILD_DEPENDS= convert:graphics/ImageMagick7 \ fig2dev:print/transfig -USES= autoreconf:build gmake libtool motif tar:bz2 xorg +USES= autoreconf:build compiler:c++0x gmake libtool motif \ + tar:bz2 xorg USE_GCC= any USE_TEX= dvipsk:build latex:build USE_XORG= ice sm x11 xext xt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910071410.x97EA4Sv058181>