mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/sampleicc: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0cc7833e22
commit
0a78610302
1 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue