Date: Sun, 9 Jun 2019 22:35:27 +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: r503859 - head/astro/boinc-astropulse Message-ID: <201906092235.x59MZRZ1057395@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Jun 9 22:35:27 2019 New Revision: 503859 URL: https://svnweb.freebsd.org/changeset/ports/503859 Log: Fix build on gcc-based architectures by using newer compiler. Approved by: portmgr (tier-2 blanket) Modified: head/astro/boinc-astropulse/Makefile Modified: head/astro/boinc-astropulse/Makefile ============================================================================== --- head/astro/boinc-astropulse/Makefile Sun Jun 9 22:07:42 2019 (r503858) +++ head/astro/boinc-astropulse/Makefile Sun Jun 9 22:35:27 2019 (r503859) @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 RUN_DEPENDS= boinc_client:net/boinc-client LIB_DEPENDS= libfftw3f.so:math/fftw3-float -USES= autoreconf gmake libtool pkgconfig tar:xz +USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig tar:xz GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906092235.x59MZRZ1057395>