svn commit: r488240 - head/cad/gtkwave

Niclas Zeising zeising at FreeBSD.org
Sun Dec 23 20:40:56 UTC 2018


Author: zeising
Date: Sun Dec 23 20:40:55 2018
New Revision: 488240
URL: https://svnweb.freebsd.org/changeset/ports/488240

Log:
  cad/gtkwave: Fix build on GCC-based architectures
  
  Fix build of cad/gtkwave on GCC-based architectures by adding
  compiler:c++11-lang to USES.
  
  PR:		234210
  Submitted by:	Piotr Kubaj

Modified:
  head/cad/gtkwave/Makefile

Modified: head/cad/gtkwave/Makefile
==============================================================================
--- head/cad/gtkwave/Makefile	Sun Dec 23 20:12:13 2018	(r488239)
+++ head/cad/gtkwave/Makefile	Sun Dec 23 20:40:55 2018	(r488240)
@@ -15,8 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		desktop-file-utils gettext gmake gnome gperf pkgconfig \
-		shared-mime-info
+USES=		compiler:c++11-lang desktop-file-utils gettext gmake \
+		gnome gperf pkgconfig shared-mime-info
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-mime-update
 USE_GNOME=	cairo gtk20


More information about the svn-ports-head mailing list