aboutsummaryrefslogtreecommitdiff
path: root/editors/xcoral
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-01 12:50:17 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-01 12:50:17 +0000
commitfee4cd7bd8fb25f4785d6caed920c8a1b330cba5 (patch)
treecca33bfa58109ebe56dfb93290258bb69c7562f5 /editors/xcoral
parent5304673f946a6642b84936adc864fddd9c96b00a (diff)
downloadports-fee4cd7bd8fb25f4785d6caed920c8a1b330cba5.tar.gz
ports-fee4cd7bd8fb25f4785d6caed920c8a1b330cba5.zip
editors/xcoral: fix build
Add USES=compiler:c11 to fix build: BR_Parser.y:1652: error: argument 'file_name' doesn't match prototype BR_Interface.h:101: error: prototype declaration Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=505567
Diffstat (limited to 'editors/xcoral')
-rw-r--r--editors/xcoral/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile
index 0948cc94d97f..63a5ccddb2a7 100644
--- a/editors/xcoral/Makefile
+++ b/editors/xcoral/Makefile
@@ -16,7 +16,7 @@ COMMENT= Multiwindow mouse-based text editor for X
LICENSE= GPLv2
USE_XORG= x11
-USES= bison
+USES= bison compiler:c11
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share
LIBS+= -lgnuregex