svn commit: r492620 - head/science/healpix

Yuri Victorovich yuri at FreeBSD.org
Sun Feb 10 17:09:20 UTC 2019


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 at 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


More information about the svn-ports-head mailing list