1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Remove -Wno-expansion-to-defined to fix build with base GCC.

PR:		236022
Submitted by:	Piotr Kubaj
Approved by:	maintainer
This commit is contained in:
Mark Linimon 2019-02-25 15:15:54 +00:00
parent 8cd39342fe
commit 5793896cf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493875

View File

@ -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}