svn commit: r503859 - head/astro/boinc-astropulse
Mark Linimon
linimon at FreeBSD.org
Sun Jun 9 22:35:29 UTC 2019
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
More information about the svn-ports-head
mailing list