Date: Sun, 24 Feb 2019 22:04:30 +0000 From: Mark Linimon <linimon@lonesome.com> To: gnome@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r493817 - head/news/pan] Message-ID: <20190224220430.GA21644@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- Date: Sun, 24 Feb 2019 22:00:42 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493817 - head/news/pan Author: linimon Date: Sun Feb 24 22:00:41 2019 New Revision: 493817 URL: https://svnweb.freebsd.org/changeset/ports/493817 Log: Add USES=compiler:c++11-lang to fix build on GCC-based architectures. PR: 235743 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/news/pan/Makefile Modified: head/news/pan/Makefile ============================================================================== --- head/news/pan/Makefile Sun Feb 24 21:58:41 2019 (r493816) +++ head/news/pan/Makefile Sun Feb 24 22:00:41 2019 (r493817) @@ -20,8 +20,8 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libfreetype.so:print/freetype2 \ libgmime-2.6.so:mail/gmime26 -USES= desktop-file-utils gettext-tools:build gmake gnome iconv \ - localbase pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang desktop-file-utils gettext-tools:build \ + gmake gnome iconv localbase pathfix pkgconfig tar:bzip2 USE_GNOME= cairo gdkpixbuf2 intlhack GNU_CONFIGURE= yes LDFLAGS+= -lgnuregex ${ICONV_LIB} ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190224220430.GA21644>