summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordholland <dholland>2014-12-27 02:21:26 +0000
committerdholland <dholland>2014-12-27 02:21:26 +0000
commit14c1bab4db91e3f822901f79a4b6715e26c8138e (patch)
tree6cfbcf818bd5d16f2929ad8798aa49abf49c7d4f /chat
parent43f3e622f5cabfe947732be03b9cc08f9051b8eb (diff)
downloadpkgsrc-14c1bab4db91e3f822901f79a4b6715e26c8138e.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