Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 21:55:48 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536997 - branches/2020Q2/graphics/kludge3d
Message-ID:  <202005292155.04TLtmFm090302@repo.freebsd.org>

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

Log:
  MFH: r536996
  
  Add compiler:c++11-lang to USES to fix build on GCC-based systens:
  
    configure: error: Cannot find acceptable GtkGlExt version.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2020Q2/graphics/kludge3d/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/graphics/kludge3d/Makefile
==============================================================================
--- branches/2020Q2/graphics/kludge3d/Makefile	Fri May 29 21:52:19 2020	(r536996)
+++ branches/2020Q2/graphics/kludge3d/Makefile	Fri May 29 21:55:47 2020	(r536997)
@@ -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?202005292155.04TLtmFm090302>