Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 21:07:08 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513532 - head/x11-toolkits/qt5-gui
Message-ID:  <201910012107.x91L78kR064646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct  1 21:07:08 2019
New Revision: 513532
URL: https://svnweb.freebsd.org/changeset/ports/513532

Log:
  Fix trivial typo (follow-on to previous commit).

Modified:
  head/x11-toolkits/qt5-gui/Makefile

Modified: head/x11-toolkits/qt5-gui/Makefile
==============================================================================
--- head/x11-toolkits/qt5-gui/Makefile	Tue Oct  1 20:58:16 2019	(r513531)
+++ head/x11-toolkits/qt5-gui/Makefile	Tue Oct  1 21:07:08 2019	(r513532)
@@ -35,7 +35,7 @@ HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	-no-eglfs \
 		-no-libudev \
 		-system-harfbuzz
-# Explicitely set to c++14 as to net get c++17/c++1z, as libX11's headers
+# Explicitly set to c++14 as to net get c++17/c++1z, as libX11's headers
 # are using the obsolete 'register' key word.
 CONFIGURE_ARGS+=	-c++std c++14
 



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