From ab2539f00de0d0301f473db7df736a3badff7a1d Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 21 Jul 2023 16:52:21 +0200 Subject: [PATCH] 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 10a66a6148831..470ae319f3f82 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