From 9a4f78a5c16c463f01fa8a29d77584364637ea64 Mon Sep 17 00:00:00 2001 From: jbeich Date: Sat, 21 Jan 2017 04:51:16 +0000 Subject: MFH: r432012 net-im/folks: ignore warnings in system headers Pass -isystem to avoid adding -Wno-foo each time Clang bumps into an issue with a header from another port. PR: 216031 Approved by: ports-secteam blanket --- net-im/folks/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index 05ff252..596cd9b 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -18,12 +18,10 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee \ CONFLICTS= folks-0.4.[0-9]* USE_LDCONFIG= yes -USES= gettext libtool gmake pathfix pkgconfig tar:xz +USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz USE_GNOME= evolutiondataserver3 intlhack introspection:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-bluez-backend -CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=deprecated-declarations -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.freedesktop.folks.gschema.xml -- cgit v1.1