graphics/sampleicc: Fix build with llvm16

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-07-18 21:02:41 +02:00
parent 0cc7833e22
commit 0a78610302

View file

@ -16,10 +16,13 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libtiff.so:graphics/tiff LIB_DEPENDS= libtiff.so:graphics/tiff
GNU_CONFIGURE= yes
USES= libtool pathfix USES= libtool pathfix
USE_CXXSTD= c++14
USE_LDCONFIG= yes USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tifflib=${LOCALBASE} CONFIGURE_ARGS= --with-tifflib=${LOCALBASE}
INSTALL_TARGET= install-strip
.include <bsd.port.mk> .include <bsd.port.mk>