Date: Sat, 21 Jan 2017 04:39:52 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432012 - head/net-im/folks Message-ID: <201701210439.v0L4dqgh024440@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Jan 21 04:39:52 2017 New Revision: 432012 URL: https://svnweb.freebsd.org/changeset/ports/432012 Log: 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 Modified: head/net-im/folks/Makefile (contents, props changed) Modified: head/net-im/folks/Makefile ============================================================================== --- head/net-im/folks/Makefile Sat Jan 21 04:14:35 2017 (r432011) +++ head/net-im/folks/Makefile Sat Jan 21 04:39:52 2017 (r432012) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701210439.v0L4dqgh024440>