Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 21:52:20 +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: r536996 - head/graphics/kludge3d
Message-ID:  <202005292152.04TLqK4U089989@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri May 29 21:52:19 2020
New Revision: 536996
URL: https://svnweb.freebsd.org/changeset/ports/536996

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systens:
  
    configure: error: Cannot find acceptable GtkGlExt version.

Modified:
  head/graphics/kludge3d/Makefile

Modified: head/graphics/kludge3d/Makefile
==============================================================================
--- head/graphics/kludge3d/Makefile	Fri May 29 18:55:35 2020	(r536995)
+++ head/graphics/kludge3d/Makefile	Fri May 29 21:52:19 2020	(r536996)
@@ -13,7 +13,7 @@ COMMENT=	Simple 3D editor
 LIB_DEPENDS=	lib3ds.so:graphics/lib3ds \
 		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
 
-USES=		gl gmake gnome pkgconfig python
+USES=		compiler:c++11-lang gl gmake gnome pkgconfig python
 USE_GL=		gl
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes



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