svn commit: r351079 - head/devel/atlas-devel
Oliver Lehmann
oliver at FreeBSD.org
Sat Apr 12 08:28:55 UTC 2014
Author: oliver
Date: Sat Apr 12 08:28:55 2014
New Revision: 351079
URL: http://svnweb.freebsd.org/changeset/ports/351079
QAT: https://qat.redports.org/buildarchive/r351079/
Log:
fix -Wunused-const-variable build error
Modified:
head/devel/atlas-devel/Makefile
Modified: head/devel/atlas-devel/Makefile
==============================================================================
--- head/devel/atlas-devel/Makefile Sat Apr 12 08:25:10 2014 (r351078)
+++ head/devel/atlas-devel/Makefile Sat Apr 12 08:28:55 2014 (r351079)
@@ -23,7 +23,8 @@ CONFIGURE_ARGS+=--program-transform-name
post-patch:
@${REINPLACE_CMD} -e 's|^static const bool debug_flag = false;$$||' \
- ${WRKSRC}/Atlas/Message/DecoderBase.cpp
+ ${WRKSRC}/Atlas/Message/DecoderBase.cpp \
+ ${WRKSRC}/Atlas/Codecs/Bach.cpp
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list