mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Disable EXR by default, as with it library cannot be used from plain C programs
PR: 186432 Submitted by: dt71 <dt71@gmx.com>
This commit is contained in:
parent
91e59fda38
commit
64bd4ed254
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347196
@ -4,7 +4,7 @@
|
||||
PORTNAME= devil
|
||||
PORTVERSION= 1.7.8
|
||||
PORTEPOCH= 1
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/openil/DevIL/${PORTVERSION}
|
||||
DISTNAME= DevIL-${PORTVERSION}
|
||||
@ -29,8 +29,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
# With EXR the library is not usable from plain C (instant segfault)
|
||||
OPTIONS_DEFINE= JPEG JASPER LCMS MNG PNG TIFF EXR X11 SDL NVTT SIMD DOCS
|
||||
OPTIONS_DEFAULT=JPEG JASPER LCMS MNG PNG TIFF EXR X11 SDL NVTT
|
||||
OPTIONS_DEFAULT=JPEG JASPER LCMS MNG PNG TIFF X11 SDL NVTT
|
||||
OPTIONS_DEFAULT_amd64=SIMD
|
||||
|
||||
JPEG_DESC= Enable JPEG support
|
||||
|
Loading…
Reference in New Issue
Block a user