svn commit: r488607 - head/graphics/geomorph

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 28 15:45:34 UTC 2018


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 at 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


More information about the svn-ports-all mailing list