summaryrefslogtreecommitdiff
path: root/graphics/cimg/files/patch-examples__Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2019-03-14 21:10:22 +0000
committerThierry Thomas <thierry@FreeBSD.org>2019-03-14 21:10:22 +0000
commit16d3314c251af0668093b608538a1edc3288f6e0 (patch)
tree2eca13d9ad27b42fcd600b83d937d2460b8d3453 /graphics/cimg/files/patch-examples__Makefile
parentx11-wm/libdockapp: Update to 0.7.2 (diff)
Upgrade to v.2.5.0.
Note: support of Eigen3 is not yet enabled for the examples.
Diffstat (limited to 'graphics/cimg/files/patch-examples__Makefile')
-rw-r--r--graphics/cimg/files/patch-examples__Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/cimg/files/patch-examples__Makefile b/graphics/cimg/files/patch-examples__Makefile
index 92e8af046e0e..cff5e3f93f2a 100644
--- a/graphics/cimg/files/patch-examples__Makefile
+++ b/graphics/cimg/files/patch-examples__Makefile
@@ -1,4 +1,4 @@
---- examples/Makefile.orig 2019-01-07 12:08:23 UTC
+--- examples/Makefile.orig 2019-03-10 13:46:23 UTC
+++ examples/Makefile
@@ -89,7 +89,7 @@ VERSION2 = $(shell grep 'cimg_version\ ' ../CImg.h | t
VERSION3 = $(shell grep 'cimg_version\ ' ../CImg.h | tail -c2 | head -c1)
@@ -30,7 +30,7 @@
endif
ifdef IS_ICPC
OPT_CFLAGS = -fast
-@@ -217,7 +217,7 @@ JPEG_LIBS = -ljpeg
+@@ -222,7 +222,7 @@ JPEG_LIBS = -ljpeg
TIFF_DEFINE = -Dcimg_use_tiff
TIFF_INCDIR =
TIFF_CFLAGS = $(TIFF_DEFINE) $(TIFF_INCDIR)
@@ -39,7 +39,7 @@
# Flags to enable native support for MINC2 image files, using the MINC2 library.
# ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide )
-@@ -229,16 +229,16 @@ MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -
+@@ -234,16 +234,16 @@ MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -
# Flags to enable native support for EXR image files, using the OpenEXR library.
# ( http://www.openexr.com/ )
OPENEXR_DEFINE = -Dcimg_use_openexr
@@ -61,7 +61,7 @@
# Flags to enable native support for compressed .cimgz files, using the Zlib library.
# ( http://www.zlib.net/ )
-@@ -274,15 +274,15 @@ endif
+@@ -279,15 +279,15 @@ endif
# Flags to enable the use of LAPACK routines for matrix computation
# ( http://www.netlib.org/lapack/ )
@@ -81,7 +81,7 @@
BOARD_CFLAGS = $(BOARD_DEFINE) $(BOARD_INCDIR)
BOARD_LIBS = -lboard
-@@ -361,6 +361,7 @@ $(X11_LIBS) \
+@@ -366,6 +366,7 @@ $(X11_LIBS) \
$(TIFF_LIBS) \
$(LAPACK_LIBS) \
$(XSHM_LIBS)" \
@@ -89,7 +89,7 @@
all $(EXTRA_FILES)
# Linux/BSD/Mac OSX targets, with X11 display.
-@@ -453,8 +454,11 @@ $(ZLIB_CFLAGS) \
+@@ -458,8 +459,11 @@ $(ZLIB_CFLAGS) \
$(CURL_CFLAGS) \
$(OPENCV_CFLAGS) \
$(MAGICK_CFLAGS) \
@@ -101,7 +101,7 @@
$(X11_LIBS) \
$(XSHM_LIBS) \
$(XRANDR_LIBS) \
-@@ -466,6 +470,8 @@ $(ZLIB_LIBS) \
+@@ -471,6 +475,8 @@ $(ZLIB_LIBS) \
$(CURL_LIBS) \
$(OPENCV_LIBS) \
$(MAGICK_LIBS) \