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

Adriaan de Groot adridg at FreeBSD.org
Wed Oct 2 10:47:11 UTC 2019


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}


More information about the svn-ports-head mailing list