Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/audio/musicpd/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/musicpd/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.53 retrieving revision 1.54 diff -u -p -r1.53 -r1.54 --- pkgsrc/audio/musicpd/Makefile 2011/11/16 01:33:19 1.53 +++ pkgsrc/audio/musicpd/Makefile 2012/01/11 20:02:57 1.54 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2011/11/16 01:33:19 sbd Exp $ +# $NetBSD: Makefile,v 1.54 2012/01/11 20:02:57 hans Exp $ DISTNAME= mpd-0.16.2 PKGNAME= ${DISTNAME:S/mpd/musicpd/} @@ -22,6 +22,8 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ +CPPFLAGS.SunOS+= -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ + .include "options.mk" EGDIR= ${PREFIX}/share/examples/mpd