Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2019 00:10:51 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493823 - head/graphics/bsd-plotutils
Message-ID:  <201902250010.x1P0Apjf037904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902250010.x1P0Apjf037904>