1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

cad/meshlab: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-07-21 16:52:21 +02:00
parent 33e9ee3347
commit ab2539f00d

View File

@ -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