svn commit: r432012 - head/net-im/folks

Jan Beich jbeich at FreeBSD.org
Sat Jan 21 04:39:53 UTC 2017


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


More information about the svn-ports-head mailing list