svn commit: r505391 - head/x11-toolkits/py-gtkglext

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jun 29 21:52:56 UTC 2019


Author: pkubaj
Date: Sat Jun 29 21:52:55 2019
New Revision: 505391
URL: https://svnweb.freebsd.org/changeset/ports/505391

Log:
  x11-toolkits/py-gtkglext: fix linking error
  
  Add USES=compiler:c++11-lang to fix linking error:
  configure: error: GtkGLExt not found
  
  Approved by:	mentors (implicit approval)

Modified:
  head/x11-toolkits/py-gtkglext/Makefile

Modified: head/x11-toolkits/py-gtkglext/Makefile
==============================================================================
--- head/x11-toolkits/py-gtkglext/Makefile	Sat Jun 29 21:48:53 2019	(r505390)
+++ head/x11-toolkits/py-gtkglext/Makefile	Sat Jun 29 21:52:55 2019	(r505391)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/OpenGL/__init__.py
 LIB_DEPENDS=	libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL@${PY_FLAVOR}
 
-USES=		gmake libtool pathfix pkgconfig python:2.7 tar:bzip2
+USES=		compiler:c++11-lang gmake libtool pathfix pkgconfig python:2.7 tar:bzip2
 USE_GNOME=	pygtk2
 USE_PYTHON=	flavors
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list