Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2019 15:15:54 +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: r493875 - head/editors/teco
Message-ID:  <201902251515.x1PFFsjb017222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Feb 25 15:15:54 2019
New Revision: 493875
URL: https://svnweb.freebsd.org/changeset/ports/493875

Log:
  Remove -Wno-expansion-to-defined to fix build with base GCC.
  
  PR:		236022
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/editors/teco/Makefile

Modified: head/editors/teco/Makefile
==============================================================================
--- head/editors/teco/Makefile	Mon Feb 25 15:04:41 2019	(r493874)
+++ head/editors/teco/Makefile	Mon Feb 25 15:15:54 2019	(r493875)
@@ -13,7 +13,7 @@ COMMENT=	Powerful and compact editor with nongraphical
 
 LICENSE=	BSD3CLAUSE
 
-CFLAGS+=	-Wno-pointer-sign -Wno-expansion-to-defined -Wno-int-to-pointer-cast
+CFLAGS+=	-Wno-pointer-sign -Wno-int-to-pointer-cast
 MAKEFILE=	makefile
 
 WRKSRC=		${WRKDIR}/tecoc${PORTVERSION}



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