svn commit: r529836 - head/irc/libircclient
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Mar 29 21:03:47 UTC 2020
Author: pkubaj
Date: Sun Mar 29 21:02:39 2020
New Revision: 529836
URL: https://svnweb.freebsd.org/changeset/ports/529836
Log:
irc/libircclient: fix build on GCC architectures
Use newer GCC that supports missing flags:
cc1: error: unrecognized command line option "-Wno-misleading-indentation"
Modified:
head/irc/libircclient/Makefile
Modified: head/irc/libircclient/Makefile
==============================================================================
--- head/irc/libircclient/Makefile Sun Mar 29 21:00:40 2020 (r529835)
+++ head/irc/libircclient/Makefile Sun Mar 29 21:02:39 2020 (r529836)
@@ -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
More information about the svn-ports-head
mailing list