diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-03-29 21:02:39 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-03-29 21:02:39 +0000 |
commit | a6eae329c9d86316b3ce2f19b0703ca0d24a1d19 (patch) | |
tree | 8b109be4aa88420b63d382724065dd26548aafce /irc | |
parent | 29359ff7ab481361d054254d01a4a9add460f554 (diff) | |
download | ports-a6eae329c9d86316b3ce2f19b0703ca0d24a1d19.tar.gz ports-a6eae329c9d86316b3ce2f19b0703ca0d24a1d19.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/libircclient/Makefile | 1 |
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 |