svn commit: r501555 - head/graphics/kudu

Piotr Kubaj pkubaj at FreeBSD.org
Mon May 13 12:06:13 UTC 2019


Author: pkubaj
Date: Mon May 13 12:06:12 2019
New Revision: 501555
URL: https://svnweb.freebsd.org/changeset/ports/501555

Log:
  graphics/kudu: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang to fix linking with gtkglext:
  checking for GtkGLExt - version >= 1.0.6... no
  
  Approved by:	mentors (implicit approval)

Modified:
  head/graphics/kudu/Makefile

Modified: head/graphics/kudu/Makefile
==============================================================================
--- head/graphics/kudu/Makefile	Mon May 13 12:05:45 2019	(r501554)
+++ head/graphics/kudu/Makefile	Mon May 13 12:06:12 2019	(r501555)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
 
-USES=		localbase tar:bzip2 pkgconfig python:2.7
+USES=		compiler:c++11-lang localbase tar:bzip2 pkgconfig python:2.7
 GNU_CONFIGURE=	yes
 USE_GL=		gl
 


More information about the svn-ports-all mailing list