summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2014-12-27 02:21:26 +0000
committerdholland <dholland@pkgsrc.org>2014-12-27 02:21:26 +0000
commit064343e0acc8123e16bf72df9ad2a37124ea8257 (patch)
tree6cfbcf818bd5d16f2929ad8798aa49abf49c7d4f /chat
parentbdf55f619ee8fec4173c27ca6b9f04f3800cf888 (diff)
downloadpkgsrc-064343e0acc8123e16bf72df9ad2a37124ea8257.tar.gz
Add CPPFLAGS/CFLAGS.SunOS per followup to PR 49343.
Diffstat (limited to 'chat')
-rw-r--r--chat/libpurple/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common
index 6a07464257a..53adca0fc86 100644
--- a/chat/libpurple/Makefile.common
+++ b/chat/libpurple/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2014/12/07 08:45:59 obache Exp $
+# $NetBSD: Makefile.common,v 1.44 2014/12/27 02:21:26 dholland Exp $
#
# used by chat/finch/Makefile
# used by chat/libpurple/Makefile
@@ -42,6 +42,9 @@ CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= --disable-nm
CONFIGURE_ARGS+= --disable-vv
+CPPFLAGS.SunOS+= -D__EXTENSIONS__
+CFLAGS.SunOS+= -Wno-error=implicit-function-declaration
+
PKGCONFIG_OVERRIDE+= finch/finch.pc.in
PKGCONFIG_OVERRIDE+= finch/libgnt/gnt.pc.in
PKGCONFIG_OVERRIDE+= gaim.pc.in