Date: Sun, 23 Dec 2018 20:40:55 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488240 - head/cad/gtkwave Message-ID: <201812232040.wBNKetaR045008@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812232040.wBNKetaR045008>