Skip to content

Commit

Permalink
cad/meshlab: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 21, 2023
1 parent 33e9ee3 commit ab2539f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cad/meshlab/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit ab2539f

Please sign in to comment.