svn commit: r382350 - head/devel/replay
John Marino
marino at FreeBSD.org
Thu Mar 26 22:57:24 UTC 2015
Author: marino
Date: Thu Mar 26 22:57:23 2015
New Revision: 382350
URL: https://svnweb.freebsd.org/changeset/ports/382350
QAT: https://qat.redports.org/buildarchive/r382350/
Log:
devel/replay: disable -Werror
Modified:
head/devel/replay/Makefile
Modified: head/devel/replay/Makefile
==============================================================================
--- head/devel/replay/Makefile Thu Mar 26 22:53:16 2015 (r382349)
+++ head/devel/replay/Makefile Thu Mar 26 22:57:23 2015 (r382350)
@@ -11,7 +11,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Program that helps you fix a build interactively
USES= tar:bzip2 uidfix
-MAKE_ENV= NO_MAN=yes
+MAKE_ENV= NO_MAN=yes NO_WERROR="defined"
PLIST_FILES= bin/replay
More information about the svn-ports-all
mailing list