summaryrefslogtreecommitdiff
path: root/chat/libfolks
diff options
context:
space:
mode:
authorhans <hans>2012-02-16 15:12:49 +0000
committerhans <hans>2012-02-16 15:12:49 +0000
commit36d1f86d9159928b54f12aa0880f01c7fef01288 (patch)
treecd2334754f625795d638ae5925d954d3093be13b /chat/libfolks
parentd149584ada650e4160fa3b60303a4d3451114906 (diff)
downloadpkgsrc-36d1f86d9159928b54f12aa0880f01c7fef01288.tar.gz
Fix build on SunOS.
Diffstat (limited to 'chat/libfolks')
-rw-r--r--chat/libfolks/Makefile4
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"