aboutsummaryrefslogtreecommitdiff
path: root/graphics/cimg/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2015-04-15 21:49:53 +0000
committerThierry Thomas <thierry@FreeBSD.org>2015-04-15 21:49:53 +0000
commitc8f934fe4cd52bf5d02ba8667ad062c9811e13f3 (patch)
tree7b6a77b688285d53c70a842276693828f0c612c4 /graphics/cimg/files
parent0a551e43734c1391e28e2bc2b4319593307bb77d (diff)
downloadports-c8f934fe4cd52bf5d02ba8667ad062c9811e13f3.tar.gz
ports-c8f934fe4cd52bf5d02ba8667ad062c9811e13f3.zip
Notes
Diffstat (limited to 'graphics/cimg/files')
-rw-r--r--graphics/cimg/files/patch-CImg.h12
-rw-r--r--graphics/cimg/files/patch-examples__Makefile4
2 files changed, 2 insertions, 14 deletions
diff --git a/graphics/cimg/files/patch-CImg.h b/graphics/cimg/files/patch-CImg.h
deleted file mode 100644
index 45345545dcd1..000000000000
--- a/graphics/cimg/files/patch-CImg.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- CImg.h.orig 2015-03-16 09:57:26 UTC
-+++ CImg.h
-@@ -2645,6 +2645,9 @@ namespace cimg_library_suffixed {
- #endif
- X11_info():nb_wins(0),events_thread(0),display(0),
- nb_bits(0),is_blue_first(false),is_shm_enabled(false),byte_order(false) {
-+#ifdef __FreeBSD__
-+ XInitThreads();
-+#endif
- wins = new CImgDisplay*[1024];
- pthread_mutex_init(&wait_event_mutex,0);
- pthread_cond_init(&wait_event,0);
diff --git a/graphics/cimg/files/patch-examples__Makefile b/graphics/cimg/files/patch-examples__Makefile
index 1eff395df761..837244a58f4c 100644
--- a/graphics/cimg/files/patch-examples__Makefile
+++ b/graphics/cimg/files/patch-examples__Makefile
@@ -1,9 +1,9 @@
---- examples/Makefile.orig 2015-03-16 09:57:24 UTC
+--- examples/Makefile.orig 2015-04-15 07:50:13 UTC
+++ examples/Makefile
@@ -85,8 +85,8 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j
# Set correct variables and paths
#---------------------------------
- CIMG_VERSION = 1.6.1
+ CIMG_VERSION = 1.6.2
-X11PATH = /usr/X11R6
-CC = g++
+#X11PATH = $(X11PATH)