Skip to content

Commit

Permalink
graphics/ampasCTL: Fix build with llvm16
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 21, 2023
1 parent 8cd4394 commit 83a63a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions graphics/ampasCTL/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 83a63a6

Please sign in to comment.