Skip site navigation (1)Skip section navigation (2)
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
Message-ID:  <201902242200.x1OM0gFj068132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902242200.x1OM0gFj068132>