aboutsummaryrefslogtreecommitdiff
path: root/irc/libircclient
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-03-29 21:02:39 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-03-29 21:02:39 +0000
commita6eae329c9d86316b3ce2f19b0703ca0d24a1d19 (patch)
tree8b109be4aa88420b63d382724065dd26548aafce /irc/libircclient
parent29359ff7ab481361d054254d01a4a9add460f554 (diff)
downloadports-a6eae329c9d86316b3ce2f19b0703ca0d24a1d19.tar.gz
ports-a6eae329c9d86316b3ce2f19b0703ca0d24a1d19.zip
irc/libircclient: fix build on GCC architectures
Use newer GCC that supports missing flags: cc1: error: unrecognized command line option "-Wno-misleading-indentation"
Notes
Notes: svn path=/head/; revision=529836
Diffstat (limited to 'irc/libircclient')
-rw-r--r--irc/libircclient/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/libircclient/Makefile b/irc/libircclient/Makefile
index 5b4b5607fd12..e3e5f140d7ca 100644
--- a/irc/libircclient/Makefile
+++ b/irc/libircclient/Makefile
@@ -12,6 +12,7 @@ COMMENT= IRC library to create IRC clients
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
+USES= compiler:c11
USE_LDCONFIG= yes
GNU_CONFIGURE= yes