svn commit: r323950 - head/devel/libvanessa_logger

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 30 08:57:42 UTC 2013


Author: bapt
Date: Tue Jul 30 08:57:41 2013
New Revision: 323950
URL: http://svnweb.freebsd.org/changeset/ports/323950

Log:
  FreeBSD's syslog.h defines properly the facilitynames, no need to redefine them
  This fixes build with clang

Modified:
  head/devel/libvanessa_logger/Makefile

Modified: head/devel/libvanessa_logger/Makefile
==============================================================================
--- head/devel/libvanessa_logger/Makefile	Tue Jul 30 08:52:40 2013	(r323949)
+++ head/devel/libvanessa_logger/Makefile	Tue Jul 30 08:57:41 2013	(r323950)
@@ -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


More information about the svn-ports-all mailing list