Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 12:49:53 +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: r486412 - head/math/graphthing
Message-ID:  <201812021249.wB2Cnr7i090233@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Dec  2 12:49:53 2018
New Revision: 486412
URL: https://svnweb.freebsd.org/changeset/ports/486412

Log:
  USES=compiler:c++11-lang is necessary to fix build on GCC-based
  architectures.
  
  While here, pet portlint.
  
  PR:		233614
  Submitted by:	Piotr Kubaj

Modified:
  head/math/graphthing/Makefile

Modified: head/math/graphthing/Makefile
==============================================================================
--- head/math/graphthing/Makefile	Sun Dec  2 12:47:37 2018	(r486411)
+++ head/math/graphthing/Makefile	Sun Dec  2 12:49:53 2018	(r486412)
@@ -13,8 +13,8 @@ COMMENT=	Tool that allows you to create, manipulate, a
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		bison compiler:c++11-lang gmake tar:bzip2
 USE_GNOME=	gtk20
-USES=		bison gmake tar:bzip2
 USE_WX=		2.8
 WX_CONF_ARGS=	absolute
 GNU_CONFIGURE=	yes



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