svn commit: r493823 - head/graphics/bsd-plotutils
Mark Linimon
linimon at FreeBSD.org
Mon Feb 25 00:10:52 UTC 2019
Author: linimon
Date: Mon Feb 25 00:10:51 2019
New Revision: 493823
URL: https://svnweb.freebsd.org/changeset/ports/493823
Log:
Remove lines beginning with "#pragma GCC diagnostic" to fix build on
GCC-based architectures.
PR: 235977
Submitted by: Piotr Kubaj
Approved by: maintainer
Modified:
head/graphics/bsd-plotutils/Makefile
Modified: head/graphics/bsd-plotutils/Makefile
==============================================================================
--- head/graphics/bsd-plotutils/Makefile Sun Feb 24 22:51:18 2019 (r493822)
+++ head/graphics/bsd-plotutils/Makefile Mon Feb 25 00:10:51 2019 (r493823)
@@ -36,6 +36,7 @@ post-patch:
.if !${PORT_OPTIONS:MPYTHON}
@${REINPLACE_CMD} -e "s/py27plot//g" ${WRKSRC}/libplot/bindings/Makefile
.endif
+ @${REINPLACE_CMD} -e '/#pragma GCC diagnostic/d' ${WRKSRC}/graph/graph.c
.if !${PORT_OPTIONS:MFORTRAN}
@${REINPLACE_CMD} -e "s/f77plot//g" ${WRKSRC}/libplot/bindings/Makefile
More information about the svn-ports-all
mailing list