svn commit: r371503 - head/audio/openal-soft
Marcus von Appen
mva at FreeBSD.org
Sun Oct 26 13:33:00 UTC 2014
Author: mva
Date: Sun Oct 26 13:32:59 2014
New Revision: 371503
URL: https://svnweb.freebsd.org/changeset/ports/371503
QAT: https://qat.redports.org/buildarchive/r371503/
Log:
- openal-soft requires a compiler, that understands parts of the C11
standard. This should unbreak builds on 8.x
Reported by: several people
Submitted by: Torfinn Ingolfsen <tingox at gmail.com>
Modified:
head/audio/openal-soft/Makefile
Modified: head/audio/openal-soft/Makefile
==============================================================================
--- head/audio/openal-soft/Makefile Sun Oct 26 12:40:10 2014 (r371502)
+++ head/audio/openal-soft/Makefile Sun Oct 26 13:32:59 2014 (r371503)
@@ -2,6 +2,7 @@
PORTNAME= openal-soft
PORTVERSION= 1.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://kcat.strangesoft.net/openal-releases/
@@ -12,7 +13,7 @@ LICENSE= LGPL20
CONFLICTS= openal-200[0-9]*
-USES= tar:bzip2 cmake
+USES= tar:bzip2 cmake compiler:c11
USE_LDCONFIG= yes
CMAKE_ARGS+= -DALSOFT_REQUIRE_OSS:BOOL=ON \
-DALSOFT_REQUIRE_SOLARIS:BOOL=OFF \
More information about the svn-ports-head
mailing list