diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2017-10-28 08:04:31 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2017-10-28 08:04:31 +0000 |
commit | d836956af44788a40121833f9f5499612471f90a (patch) | |
tree | edf380864345bcaaaffe7a47b4cd978e262c3d1c /graphics/cimg/files/patch-examples__Makefile | |
parent | security/tor-devel: Update from 0.3.2.2-alpha to 0.3.2.3-alpha (diff) |
Remove OpenEXR support, due to unfixed vulnerabilities.
Reported by: mandree
Sponsored by: HAMoween'17
Diffstat (limited to 'graphics/cimg/files/patch-examples__Makefile')
-rw-r--r-- | graphics/cimg/files/patch-examples__Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/graphics/cimg/files/patch-examples__Makefile b/graphics/cimg/files/patch-examples__Makefile index 8ba8f49da398..5fa125ee5021 100644 --- a/graphics/cimg/files/patch-examples__Makefile +++ b/graphics/cimg/files/patch-examples__Makefile @@ -1,4 +1,4 @@ ---- examples/Makefile.orig 2017-08-19 21:27:17 UTC +--- examples/Makefile.orig 2017-10-27 09:00:53 UTC +++ examples/Makefile @@ -84,7 +84,7 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j # Set correct variables and paths @@ -60,14 +60,18 @@ # Flags to enable native support for MINC2 image files, using the MINC2 library. # ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide ) -@@ -211,14 +211,14 @@ CIMG_MINC2_LIBS = -lminc_io -lvolume_io2 +@@ -210,15 +210,15 @@ CIMG_MINC2_LIBS = -lminc_io -lvolume_io2 + # Flags to enable native support for EXR image files, using the OpenEXR library. # ( http://www.openexr.com/ ) - CIMG_OPENEXR_DEFINE = -Dcimg_use_openexr +-CIMG_OPENEXR_DEFINE = -Dcimg_use_openexr -CIMG_OPENEXR_INCDIR = -I/usr/include/OpenEXR -+CIMG_OPENEXR_INCDIR = -I$(LOCALBASE)/include/OpenEXR - CIMG_OPENEXR_CFLAGS = $(CIMG_OPENEXR_DEFINE) $(CIMG_OPENEXR_INCDIR) - CIMG_OPENEXR_LIBS = -lIlmImf -lHalf +-CIMG_OPENEXR_CFLAGS = $(CIMG_OPENEXR_DEFINE) $(CIMG_OPENEXR_INCDIR) +-CIMG_OPENEXR_LIBS = -lIlmImf -lHalf ++#CIMG_OPENEXR_DEFINE = -Dcimg_use_openexr ++#CIMG_OPENEXR_INCDIR = -I$(LOCALBASE)/include/OpenEXR ++#CIMG_OPENEXR_CFLAGS = $(CIMG_OPENEXR_DEFINE) $(CIMG_OPENEXR_INCDIR) ++#CIMG_OPENEXR_LIBS = -lIlmImf -lHalf # Flags to enable native support for various video files, using the FFMPEG library. # ( http://www.ffmpeg.org/ ) |