Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 10:47:11 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513568 - head/x11-toolkits/qt5-gui
Message-ID:  <201910021047.x92AlBmm053221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}



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