Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 05:08:49 +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: r487840 - head/graphics/ufraw
Message-ID:  <201812200508.wBK58ncw053824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Dec 20 05:08:48 2018
New Revision: 487840
URL: https://svnweb.freebsd.org/changeset/ports/487840

Log:
  This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
  
  PR:		233921
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/ufraw/Makefile

Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile	Thu Dec 20 05:05:38 2018	(r487839)
+++ head/graphics/ufraw/Makefile	Thu Dec 20 05:08:48 2018	(r487840)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-extras
-USES=		gettext gmake jpeg pkgconfig autoreconf
+USES=		compiler:c++11-lang gettext gmake jpeg pkgconfig autoreconf
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib



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