svn commit: r432014 - branches/2017Q1/net-im/folks
Jan Beich
jbeich at FreeBSD.org
Sat Jan 21 04:51:18 UTC 2017
Author: jbeich
Date: Sat Jan 21 04:51:16 2017
New Revision: 432014
URL: https://svnweb.freebsd.org/changeset/ports/432014
Log:
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
Modified:
branches/2017Q1/net-im/folks/Makefile
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/net-im/folks/Makefile
==============================================================================
--- branches/2017Q1/net-im/folks/Makefile Sat Jan 21 04:40:06 2017 (r432013)
+++ branches/2017Q1/net-im/folks/Makefile Sat Jan 21 04:51:16 2017 (r432014)
@@ -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-all
mailing list