Date: Tue, 30 Jul 2013 08:57:41 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323950 - head/devel/libvanessa_logger Message-ID: <201307300857.r6U8vfrR046609@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307300857.r6U8vfrR046609>