svn commit: r513671 - in head: deskutils/lumina-photo textproc/xfce4-dict-plugin

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 3 15:49:01 UTC 2019


Author: pkubaj
Date: Thu Oct  3 15:49:00 2019
New Revision: 513671
URL: https://svnweb.freebsd.org/changeset/ports/513671

Log:
  Fix build on GCC architectures. Use GCC from ports.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/deskutils/lumina-photo/Makefile
  head/textproc/xfce4-dict-plugin/Makefile

Modified: head/deskutils/lumina-photo/Makefile
==============================================================================
--- head/deskutils/lumina-photo/Makefile	Thu Oct  3 15:27:13 2019	(r513670)
+++ head/deskutils/lumina-photo/Makefile	Thu Oct  3 15:49:00 2019	(r513671)
@@ -10,7 +10,7 @@ COMMENT=	Image viewer utility from the Lumina Desktop
 
 LICENSE=	BSD3CLAUSE
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang qmake qt:5
 USE_QT=		buildtools_build concurrent core gui multimedia \
 		network svg widgets x11extras
 USE_GITHUB=	yes

Modified: head/textproc/xfce4-dict-plugin/Makefile
==============================================================================
--- head/textproc/xfce4-dict-plugin/Makefile	Thu Oct  3 15:27:13 2019	(r513670)
+++ head/textproc/xfce4-dict-plugin/Makefile	Thu Oct  3 15:49:00 2019	(r513671)
@@ -15,8 +15,8 @@ COMMENT=	Xfce4 plugin to query different dictionaries
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
-		xfce xorg
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce xorg
 USE_GNOME=	cairo glib20 gtk30 intltool
 USE_XFCE=	panel
 USE_XORG=	x11


More information about the svn-ports-head mailing list