Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 12:06:12 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501555 - head/graphics/kudu
Message-ID:  <201905131206.x4DC6CBL039513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905131206.x4DC6CBL039513>