svn commit: r379447 - head/sysutils/flashrom
Tilman Keskinoz
arved at FreeBSD.org
Fri Feb 20 16:47:30 UTC 2015
Author: arved
Date: Fri Feb 20 16:47:29 2015
New Revision: 379447
URL: https://svnweb.freebsd.org/changeset/ports/379447
QAT: https://qat.redports.org/buildarchive/r379447/
Log:
Remove Werror to allow compilation with latest clang
PR: 196460
Modified:
head/sysutils/flashrom/Makefile
Modified: head/sysutils/flashrom/Makefile
==============================================================================
--- head/sysutils/flashrom/Makefile Fri Feb 20 16:30:26 2015 (r379446)
+++ head/sysutils/flashrom/Makefile Fri Feb 20 16:47:29 2015 (r379447)
@@ -49,6 +49,9 @@ FTDI_USES= pkgconfig
FTDI_LDFLAGS= -lz
FTDI_MAKE_ENV_OFF= 2_SPI=no
+post-patch:
+ ${REINPLACE_CMD} -e "s,-Werror,,g" ${WRKSRC}/Makefile
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
More information about the svn-ports-all
mailing list