svn commit: r493815 - head/deskutils/gsimplecal

Mark Linimon linimon at FreeBSD.org
Sun Feb 24 21:55:49 UTC 2019


Author: linimon
Date: Sun Feb 24 21:55:48 2019
New Revision: 493815
URL: https://svnweb.freebsd.org/changeset/ports/493815

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

Modified:
  head/deskutils/gsimplecal/Makefile

Modified: head/deskutils/gsimplecal/Makefile
==============================================================================
--- head/deskutils/gsimplecal/Makefile	Sun Feb 24 21:53:53 2019	(r493814)
+++ head/deskutils/gsimplecal/Makefile	Sun Feb 24 21:55:48 2019	(r493815)
@@ -15,7 +15,7 @@ GH_ACCOUNT=	dmedvinsky
 
 GNU_CONFIGURE=	yes
 
-USES=		autoreconf gmake pkgconfig
+USES=		autoreconf compiler:c++11-lang gmake pkgconfig
 USE_GNOME=	glib20 gtk30
 
 PLIST_FILES=	bin/gsimplecal \


More information about the svn-ports-head mailing list