svn commit: r504411 - head/astro/siril

Mark Linimon linimon at FreeBSD.org
Mon Jun 17 11:37:39 UTC 2019


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


More information about the svn-ports-all mailing list