svn commit: r561658 - head/audio/komposter
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Jan 15 17:57:11 UTC 2021
Author: pkubaj
Date: Fri Jan 15 17:57:10 2021
New Revision: 561658
URL: https://svnweb.freebsd.org/changeset/ports/561658
Log:
audio/komposter: fix build on GCC architectures
checking if OpenGL is ok... configure: error: no
MFH: 2021Q1
Modified:
head/audio/komposter/Makefile
Modified: head/audio/komposter/Makefile
==============================================================================
--- head/audio/komposter/Makefile Fri Jan 15 17:47:30 2021 (r561657)
+++ head/audio/komposter/Makefile Fri Jan 15 17:57:10 2021 (r561658)
@@ -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-all
mailing list