svn commit: r493875 - head/editors/teco
Mark Linimon
linimon at FreeBSD.org
Mon Feb 25 15:15:55 UTC 2019
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}
More information about the svn-ports-head
mailing list