diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-21 12:39:52 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-21 12:39:52 +0800 |
commit | 83cfba6826ee093563427b2c808e34c160621253 (patch) | |
tree | e62447001ca776312e1848cca68d2cb00306331f /net-im/folks/Makefile | |
parent | 6b2ef35c3c348074aa7873cdb83378def3f9d791 (diff) | |
download | freebsd-ports-gnome-83cfba6826ee093563427b2c808e34c160621253.tar.gz freebsd-ports-gnome-83cfba6826ee093563427b2c808e34c160621253.tar.zst freebsd-ports-gnome-83cfba6826ee093563427b2c808e34c160621253.zip |
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
Diffstat (limited to 'net-im/folks/Makefile')
-rw-r--r-- | net-im/folks/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index 05ff252fe37c..596cd9b20403 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 |