View | Details | Raw Unified | Return to bug 199488 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	openal-soft
3
PORTNAME=	openal-soft
4
PORTVERSION=	1.16.0
4
PORTVERSION=	1.16.0
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	http://kcat.strangesoft.net/openal-releases/
7
MASTER_SITES=	http://kcat.strangesoft.net/openal-releases/
8
8
Lines 14-19 Link Here
14
CONFLICTS=	openal-200[0-9]*
14
CONFLICTS=	openal-200[0-9]*
15
15
16
USES=		tar:bzip2 cmake compiler:c11
16
USES=		tar:bzip2 cmake compiler:c11
17
USE_GCC=	yes
17
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
18
CMAKE_ARGS+=	-DALSOFT_REQUIRE_OSS:BOOL=ON \
19
CMAKE_ARGS+=	-DALSOFT_REQUIRE_OSS:BOOL=ON \
19
		-DALSOFT_REQUIRE_SOLARIS:BOOL=OFF \
20
		-DALSOFT_REQUIRE_SOLARIS:BOOL=OFF \

Return to bug 199488