1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

graphics/ampasCTL: Fix build with llvm16

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-07-21 19:35:03 +02:00
parent 8cd4394245
commit 83a63a66b6

View File

@ -17,20 +17,20 @@ LIB_DEPENDS= libImath.so:math/Imath \
libtiff.so:graphics/tiff \
libAcesContainer.so:graphics/ampasACES-container
USES= compiler:c++11-lang cmake pathfix pkgconfig
USE_LDCONFIG= yes
USES= cmake compiler:c++11-lang localbase:ldflags pathfix pkgconfig
USE_CXXSTD= c++11
USE_GITHUB= yes
GH_ACCOUNT= ampas
GH_PROJECT= CTL
GH_TAGNAME= 57b48a2
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include/OpenEXR -I${LOCALBASE}/include/Imath
LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= *
OPTIONS_DEFINE= DOCS
PORTDOCS= *
DOCSRCDIR1= ${WRKSRC}
DOC_FILES1= AUTHORS CHANGELOG README.md
DOCSRCDIR2= ${WRKSRC}/doc