aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-30 16:57:41 +0800
committerbapt <bapt@FreeBSD.org>2013-07-30 16:57:41 +0800
commit3926ac691f81e46df325ae07816e5f4a1c5358b5 (patch)
tree17752b28d58da216937a013dc8e11b11a17ad54a /devel
parent497ecff7c28b047926de9d094696b587721bb8cb (diff)
downloadfreebsd-ports-gnome-3926ac691f81e46df325ae07816e5f4a1c5358b5.tar.gz
freebsd-ports-gnome-3926ac691f81e46df325ae07816e5f4a1c5358b5.tar.zst
freebsd-ports-gnome-3926ac691f81e46df325ae07816e5f4a1c5358b5.zip
FreeBSD's syslog.h defines properly the facilitynames, no need to redefine them
This fixes build with clang
Diffstat (limited to 'devel')
-rw-r--r--devel/libvanessa_logger/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libvanessa_logger/Makefile b/devel/libvanessa_logger/Makefile
index f99a49f41bbc..7b2d71daf4b6 100644
--- a/devel/libvanessa_logger/Makefile
+++ b/devel/libvanessa_logger/Makefile
@@ -15,6 +15,7 @@ USE_AUTOTOOLS= libtool
USES= pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_have_decl_facilitynames=yes
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s|sample debian||' ${WRKSRC}/Makefile.in