svn commit: r513568 - head/x11-toolkits/qt5-gui

Jan Beich jbeich at FreeBSD.org
Wed Oct 2 12:00:23 UTC 2019


Adriaan de Groot <adridg at 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


More information about the svn-ports-head mailing list