svn commit: r555493 - head/net-im/toxic
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Nov 16 16:13:45 UTC 2020
Author: pkubaj
Date: Mon Nov 16 16:13:44 2020
New Revision: 555493
URL: https://svnweb.freebsd.org/changeset/ports/555493
Log:
net-im/toxic: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wpedantic"
Modified:
head/net-im/toxic/Makefile
Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile Mon Nov 16 16:03:09 2020 (r555492)
+++ head/net-im/toxic/Makefile Mon Nov 16 16:13:44 2020 (r555493)
@@ -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
More information about the svn-ports-all
mailing list