Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2014 13:33:00 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371503 - head/audio/openal-soft
Message-ID:  <201410261333.s9QDX0os003421@svn.freebsd.org>

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



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