[linimon at FreeBSD.org: svn commit: r493817 - head/news/pan]

Mark Linimon linimon at lonesome.com
Sun Feb 24 22:04:40 UTC 2019


FYI

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Sun, 24 Feb 2019 22:00:42 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at 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 -----


More information about the freebsd-gnome mailing list