From 14c1bab4db91e3f822901f79a4b6715e26c8138e Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 27 Dec 2014 02:21:26 +0000 Subject: Add CPPFLAGS/CFLAGS.SunOS per followup to PR 49343. --- chat/libpurple/Makefile.common | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chat') 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 -- cgit v1.2.3