Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2020 16:13:45 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555493 - head/net-im/toxic
Message-ID:  <202011161613.0AGGDjJA080223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011161613.0AGGDjJA080223>