diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-16 16:13:44 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-16 16:13:44 +0000 |
commit | 4f824bfbfa5e56fdd25926d97185b3a4fa15f80a (patch) | |
tree | 69746cc8c6bc4569f27ee6d7487249c1642aaf91 /net-im/toxic | |
parent | d198cfa670e36be1cda71b6ad9305b98ea8d621d (diff) | |
download | ports-4f824bfbfa5e56fdd25926d97185b3a4fa15f80a.tar.gz ports-4f824bfbfa5e56fdd25926d97185b3a4fa15f80a.zip |
net-im/toxic: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wpedantic"
Notes
Notes:
svn path=/head/; revision=555493
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index f1b8d88f525d..4b038b4af00d 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libvpx.so:multimedia/libvpx \ libconfig.so:devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox -USES= desktop-file-utils gettext-runtime gmake ncurses openal:al,alut pkgconfig +USES= compiler:c11 desktop-file-utils gettext-runtime gmake ncurses openal:al,alut pkgconfig USE_GITHUB= yes GH_ACCOUNT= JFreegman |