aboutsummaryrefslogtreecommitdiff
path: root/editors/teco
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-02-25 15:15:54 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-02-25 15:15:54 +0000
commit5793896cf737c758ed583a4c8a62346eed07d38c (patch)
treee8963dc6d018c70504f46030aa9750a9a09ecfef /editors/teco
parent8cd39342fe62e6740b9448ee5f829d9f46744566 (diff)
downloadports-5793896cf737c758ed583a4c8a62346eed07d38c.tar.gz
ports-5793896cf737c758ed583a4c8a62346eed07d38c.zip
Remove -Wno-expansion-to-defined to fix build with base GCC.
PR: 236022 Submitted by: Piotr Kubaj Approved by: maintainer
Notes
Notes: svn path=/head/; revision=493875
Diffstat (limited to 'editors/teco')
-rw-r--r--editors/teco/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/teco/Makefile b/editors/teco/Makefile
index 69eb8de869d5..f41b484a8dfe 100644
--- a/editors/teco/Makefile
+++ b/editors/teco/Makefile
@@ -13,7 +13,7 @@ COMMENT= Powerful and compact editor with nongraphical user interface
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}