Date: Sun, 10 Feb 2019 17:09:19 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492620 - head/science/healpix Message-ID: <201902101709.x1AH9JWl018310@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Feb 10 17:09:19 2019 New Revision: 492620 URL: https://svnweb.freebsd.org/changeset/ports/492620 Log: science/healpix: fix build with GCC-based architectures PR: 235643 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/science/healpix/Makefile Modified: head/science/healpix/Makefile ============================================================================== --- head/science/healpix/Makefile Sun Feb 10 17:05:39 2019 (r492619) +++ head/science/healpix/Makefile Sun Feb 10 17:09:19 2019 (r492620) @@ -22,7 +22,7 @@ c_PKGNAMESUFFIX= -c cxx_PLIST= ${.CURDIR}/pkg-plist-cxx c_PLIST= ${.CURDIR}/pkg-plist-c -USES= autoreconf gmake libtool pkgconfig +USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902101709.x1AH9JWl018310>