From 3721a941512699d85353bb6d4aee8c7ececaaee9 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 1 Oct 2019 21:07:08 +0000 Subject: Fix trivial typo (follow-on to previous commit). --- x11-toolkits/qt5-gui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-toolkits/qt5-gui/Makefile') diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index 1b894e1db1fb..4d024bde3fbd 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -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 -- cgit v1.2.3