From 23b08ac237872c271f88b9eb570415adbd11fb4d Mon Sep 17 00:00:00 2001 From: hans Date: Fri, 17 Feb 2012 13:39:32 +0000 Subject: Another fix for SunOS that I forgot in the previous commit. --- audio/mad123/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/mad123/Makefile b/audio/mad123/Makefile index 06cfaee9230..a270a8c78a9 100644 --- a/audio/mad123/Makefile +++ b/audio/mad123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/02/15 22:16:10 hans Exp $ +# $NetBSD: Makefile,v 1.31 2012/02/17 13:39:32 hans Exp $ # DISTNAME= mad123-0.8.5 @@ -42,6 +42,8 @@ MAKE_FLAGS+= USE_OSS=yes MAKE_FLAGS+= USE_SUN=yes .endif +CPPFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ + INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: -- cgit v1.2.3