svn commit: r536997 - branches/2020Q2/graphics/kludge3d

Mark Linimon linimon at FreeBSD.org
Fri May 29 21:55:48 UTC 2020


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


More information about the svn-ports-all mailing list