Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2019 13:44:27 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501095 - head/misc/actiona
Message-ID:  <201905091344.x49DiRYv021126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu May  9 13:44:27 2019
New Revision: 501095
URL: https://svnweb.freebsd.org/changeset/ports/501095

Log:
  misc/actiona: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang to fix build with GCC:
  cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/misc/actiona/Makefile

Modified: head/misc/actiona/Makefile
==============================================================================
--- head/misc/actiona/Makefile	Thu May  9 13:36:40 2019	(r501094)
+++ head/misc/actiona/Makefile	Thu May  9 13:44:27 2019	(r501095)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libnotify.so:devel/libnotify \
 		libopencv_core.so:graphics/opencv-core \
 		libopencv_video.so:graphics/opencv
 
-USES=		desktop-file-utils gl pkgconfig qmake gnome qt:5 shared-mime-info
+USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig qmake gnome qt:5 shared-mime-info
 USE_GITHUB=	yes
 GH_ACCOUNT=	Jmgr
 USE_QT=		concurrent core dbus gui multimedia network script scripttools speech sql widgets x11extras xml xmlpatterns \



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