diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 15:12:49 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 15:12:49 +0000 |
commit | b774284cd772aa6020b3c4a598c59ac47303b002 (patch) | |
tree | cd2334754f625795d638ae5925d954d3093be13b /chat/libfolks/Makefile | |
parent | 9ee0642cd47059b678c489fb14ad8bba02c020d7 (diff) | |
download | pkgsrc-b774284cd772aa6020b3c4a598c59ac47303b002.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'chat/libfolks/Makefile')
-rw-r--r-- | chat/libfolks/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/libfolks/Makefile b/chat/libfolks/Makefile index b69ca1a19f1..2df559ff07e 100644 --- a/chat/libfolks/Makefile +++ b/chat/libfolks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/02/06 12:39:36 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/02/16 15:12:49 hans Exp $ # DISTNAME= folks-0.4.2 @@ -25,6 +25,8 @@ PKGCONFIG_OVERRIDE+= folks/folks.pc.in TEST_TARGET= check +CPPFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 + .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" |