svn commit: r536996 - head/graphics/kludge3d
Mark Linimon
linimon at FreeBSD.org
Fri May 29 21:52:20 UTC 2020
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
More information about the svn-ports-head
mailing list