svn commit: r501095 - head/misc/actiona

Piotr Kubaj pkubaj at FreeBSD.org
Thu May 9 13:44:28 UTC 2019


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 \


More information about the svn-ports-all mailing list