From 65c4bdb924e1457f57516097a448e50a22cfcb04 Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 11 Jan 2012 19:51:26 +0000 Subject: Fix build on SunOS. --- audio/openal/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/openal') diff --git a/audio/openal/Makefile b/audio/openal/Makefile index d17dd386142..22fe0aebc56 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2011/08/22 13:36:31 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2012/01/11 20:03:44 hans Exp $ DISTNAME= openal-0.0.8 PKGREVISION= 5 @@ -23,6 +23,8 @@ INSTALLATION_DIRS= ${PKGINFODIR} include/AL PKGCONFIG_OVERRIDE= admin/pkgconfig/openal.pc.in LIBS+= ${LIBOSSAUDIO} +CPPFLAGS.SunOS+= -D__EXTENSIONS__ + SUBST_CLASSES+= fixdev SUBST_STAGE.fixdev= post-configure SUBST_FILES.fixdev= src/backends/alc_backend_bsd.c -- cgit v1.2.3