diff options
author | hans <hans> | 2012-02-17 13:39:32 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-17 13:39:32 +0000 |
commit | bcbe77d748b7681fc589dbf1e5b256469cfe014b (patch) | |
tree | e8a50496bb866d34bea6c7280c64602b95241af0 | |
parent | 06aca12a53bb2ca2444964ba7964ff9bfa600c6b (diff) | |
download | pkgsrc-bcbe77d748b7681fc589dbf1e5b256469cfe014b.tar.gz |
Another fix for SunOS that I forgot in the previous commit.
-rw-r--r-- | audio/mad123/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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: |