Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2019 11:37:38 +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: r504411 - head/astro/siril
Message-ID:  <201906171137.x5HBbcML012779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jun 17 11:37:38 2019
New Revision: 504411
URL: https://svnweb.freebsd.org/changeset/ports/504411

Log:
  Add compiler:c++11-lang to USES to fix the following on GCC-based systems:
  
    configure: error: *** A compiler with support for C++11 language features is required.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/astro/siril/Makefile

Modified: head/astro/siril/Makefile
==============================================================================
--- head/astro/siril/Makefile	Mon Jun 17 11:15:13 2019	(r504410)
+++ head/astro/siril/Makefile	Mon Jun 17 11:37:38 2019	(r504411)
@@ -28,7 +28,8 @@ LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libtiff.so:graphics/tiff
 LIB_DEPENDS+=	libopencv_photo.so:graphics/opencv # for some reason, configure fails without opencv, but executable only links to opencv-core
 
-USES=		autoreconf desktop-file-utils gettext gmake gnome localbase pkgconfig jpeg shared-mime-info tar:bz2
+USES=		autoreconf compiler:c++11-lang desktop-file-utils gettext \
+		gmake gnome localbase pkgconfig jpeg shared-mime-info tar:bz2
 GNU_CONFIGURE=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 gtk30 intltool pango
 INSTALLS_ICONS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906171137.x5HBbcML012779>