Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2018 15:45:33 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488607 - head/graphics/geomorph
Message-ID:  <201812281545.wBSFjXwn028267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec 28 15:45:33 2018
New Revision: 488607
URL: https://svnweb.freebsd.org/changeset/ports/488607

Log:
  - Fix build with gcc by adding USES=compiler:c++11-lang
  
  PR:		234437
  Submitted by:	pkubaj@anongoth.pl

Modified:
  head/graphics/geomorph/Makefile

Modified: head/graphics/geomorph/Makefile
==============================================================================
--- head/graphics/geomorph/Makefile	Fri Dec 28 15:04:28 2018	(r488606)
+++ head/graphics/geomorph/Makefile	Fri Dec 28 15:45:33 2018	(r488607)
@@ -13,7 +13,8 @@ COMMENT=	Height field generator and editor
 LIB_DEPENDS=	libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
 		libpng.so:graphics/png
 
-USES=		desktop-file-utils gmake pkgconfig shebangfix
+USES=		compiler:c++11-lang desktop-file-utils gmake pkgconfig \
+		shebangfix
 SHEBANG_FILES=	update-rc
 USE_GL=		yes
 GNU_CONFIGURE=	yes



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