Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Oct 2019 14:00:19 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Adriaan de Groot <adridg@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r513568 - head/x11-toolkits/qt5-gui
Message-ID:  <wodn-l5m4-wny@FreeBSD.org>
In-Reply-To: <201910021047.x92AlBmm053221@repo.freebsd.org> (Adriaan de Groot's message of "Wed, 2 Oct 2019 10:47:11 %2B0000 (UTC)")
References:  <201910021047.x92AlBmm053221@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Adriaan de Groot <adridg@FreeBSD.org> writes:

> Author: adridg
> Date: Wed Oct  2 10:47:10 2019
> New Revision: 513568
> URL: https://svnweb.freebsd.org/changeset/ports/513568
>
> Log:
>   Fix more trivial typo's / wording
>
> Modified:
>   head/x11-toolkits/qt5-gui/Makefile
>
> Modified: head/x11-toolkits/qt5-gui/Makefile
> ==============================================================================
> --- head/x11-toolkits/qt5-gui/Makefile	Wed Oct  2 10:37:13 2019	(r513567)
> +++ head/x11-toolkits/qt5-gui/Makefile	Wed Oct  2 10:47:10 2019	(r513568)
> @@ -35,8 +35,8 @@ HAS_CONFIGURE=	yes
>  CONFIGURE_ARGS=	-no-eglfs \
>  		-no-libudev \
>  		-system-harfbuzz
> -# Explicitly set to c++14 as to net get c++17/c++1z, as libX11's headers
> -# are using the obsolete 'register' key word.
> +# Explicitly set to c++14 to avoid c++17/c++1z, since libX11's headers
> +# are using the obsolete 'register' keyword.
>  CONFIGURE_ARGS+=	-c++std c++14

Why not drop entirely? -isystem passed via USES=localbase hides warnings
in system headers.

https://gcc.gnu.org/onlinedocs/cpp/System-Headers.html



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