From 374b71309f72a47d53bebdd852f71cc3565ca923 Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 11 Jan 2012 18:06:22 +0000 Subject: Allow build on SunOS 5.11. --- audio/libao-oss/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/libao-oss') diff --git a/audio/libao-oss/Makefile b/audio/libao-oss/Makefile index da709bacf70..a16decb7918 100644 --- a/audio/libao-oss/Makefile +++ b/audio/libao-oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/11/30 17:50:33 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2012/01/11 18:06:22 hans Exp $ .include "../../audio/libao/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME= ${DISTNAME:S/libao/libao-oss/} COMMENT+= (OSS plugin) -NOT_FOR_PLATFORM+= Darwin-*-* Interix-*-* SunOS-*-* +NOT_FOR_PLATFORM+= Darwin-*-* Interix-*-* SunOS-5.[0-9]-* SunOS-5.10-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_OSS=no/ENABLE_OSS=yes/g} BUILD_DIRS= ${WRKSRC}/src/plugins/oss -- cgit v1.2.3