aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-06-07 12:07:25 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-06-07 12:07:25 +0000
commitb5fb5e762065f020805a6379f08a460e1ea80333 (patch)
treed45fc2516fa6a5fa647f38d7e0a3fe04e3bb0c2f
parent6cab9b5adf6da8186d4cf679dfc3cae4e094f513 (diff)
downloadports-b5fb5e762065f020805a6379f08a460e1ea80333.tar.gz
ports-b5fb5e762065f020805a6379f08a460e1ea80333.zip
irc/pounce: fix build on GCC-based systems
by adding compiler:c11 to USES: cc1: error: unrecognized command line option "-Wpedantic" cc1: error: unrecognized command line option "-std=c11"
-rw-r--r--irc/pounce/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile
index e2f105502db3..8a743ff3efd0 100644
--- a/irc/pounce/Makefile
+++ b/irc/pounce/Makefile
@@ -9,7 +9,7 @@ COMMENT= Multi-client IRC bouncer
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= localbase:ldflags ssl
+USES= compiler:c11 localbase:ldflags ssl
USE_RC_SUBR= calico pounce
MAKE_ENV+= MANDIR=${MANPREFIX}/man