diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 08:57:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 08:57:41 +0000 |
commit | 3fb572d36d592b08b5c3809a421659262d0adf0d (patch) | |
tree | 17752b28d58da216937a013dc8e11b11a17ad54a | |
parent | Fix build with clang (diff) |
FreeBSD's syslog.h defines properly the facilitynames, no need to redefine them
This fixes build with clang
-rw-r--r-- | devel/libvanessa_logger/Makefile | 1 |
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 |