summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-01-21 04:51:16 +0000
committerjbeich <jbeich@FreeBSD.org>2017-01-21 04:51:16 +0000
commit9a4f78a5c16c463f01fa8a29d77584364637ea64 (patch)
tree02aeb2bf604145976cb503b4ac57f8266493c6ac
parenta79dc9546b8c58c3a36fbba1e45dfec6a2091088 (diff)
downloadFreeBSD-ports-9a4f78a5c16c463f01fa8a29d77584364637ea64.zip
FreeBSD-ports-9a4f78a5c16c463f01fa8a29d77584364637ea64.tar.gz
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
-rw-r--r--net-im/folks/Makefile4
1 files changed, 1 insertions, 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
OpenPOWER on IntegriCloud