svn commit: r561659 - branches/2021Q1/audio/komposter

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jan 15 17:58:00 UTC 2021


Author: pkubaj
Date: Fri Jan 15 17:58:00 2021
New Revision: 561659
URL: https://svnweb.freebsd.org/changeset/ports/561659

Log:
  MFH: r561658
  
  audio/komposter: fix build on GCC architectures
  
  checking if OpenGL is ok... configure: error: no

Modified:
  branches/2021Q1/audio/komposter/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/audio/komposter/Makefile
==============================================================================
--- branches/2021Q1/audio/komposter/Makefile	Fri Jan 15 17:57:10 2021	(r561658)
+++ branches/2021Q1/audio/komposter/Makefile	Fri Jan 15 17:58:00 2021	(r561659)
@@ -12,7 +12,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libfreetype.so:print/freetype2
 
-USES=		autoreconf gl libtool openal pkgconfig
+USES=		autoreconf compiler:c++11-lang gl libtool openal pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	electronoora
 GH_TAGNAME=	f75eeb7


More information about the svn-ports-branches mailing list