git: ab2539f00de0 - main - cad/meshlab: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 21 Jul 2023 15:41:53 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ab2539f00de0d0301f473db7df736a3badff7a1d

commit ab2539f00de0d0301f473db7df736a3badff7a1d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 14:52:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 15:41:46 +0000

    cad/meshlab: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 cad/meshlab/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile
index 10a66a614883..470ae319f3f8 100644
--- a/cad/meshlab/Makefile
+++ b/cad/meshlab/Makefile
@@ -14,17 +14,17 @@ BUILD_DEPENDS=	${LOCALBASE}/include/vcglib/img/img.h:devel/vcglib
 LIB_DEPENDS=	libmpirxx.so:math/mpir
 
 USES=		dos2unix gl qmake:outsource qt:5
-USE_GL=		gl glu glew
-USE_QT=		buildtools:build core gui network \
-		opengl script xml xmlpatterns widgets
+DOS2UNIX_GLOB=	*.c *.cpp *.h
+USE_CXXSTD=	c++11
 USE_GITHUB=	yes
 GH_ACCOUNT=	cnr-isti-vclab
+USE_GL=		gl glu glew
 USE_LDCONFIG=	yes
+USE_QT=		buildtools:build core gui network \
+		opengl script xml xmlpatterns widgets
 
 QMAKE_SOURCE_PATH=	${WRKSRC}/src/meshlab.pro
 
-DOS2UNIX_GLOB=	*.c *.cpp *.h
-
 .if !exists(/usr/include/omp.h)
 USES+=		compiler:gcc-c++11-lib
 .else