summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-09-18 15:56:07 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-09-18 15:56:07 +0000
commit0801de480a8ef387d1314d320c0c2c82d0377eba (patch)
treeca3cf28417a22e5bc5594a2e86c5e6166a4ed8be /graphics
parent- Update to 0.10 (diff)
- Fix build on CURRENT
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=327562
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h18
1 files changed, 13 insertions, 5 deletions
diff --git a/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h b/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h
index 159fd460ff70..9ebf360111dc 100644
--- a/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h
+++ b/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h
@@ -1,6 +1,14 @@
---- dcmtk/ofstd/include/ofthread.h.orig 2010-08-23 16:28:30.000000000 +0200
-+++ dcmtk/ofstd/include/ofthread.h 2010-08-23 16:33:06.000000000 +0200
-@@ -118,14 +118,14 @@
+--- dcmtk/ofstd/include/ofthread.h.orig 2006-03-08 10:25:25.000000000 +0100
++++ dcmtk/ofstd/include/ofthread.h 2013-09-18 17:55:34.000000000 +0200
+@@ -38,6 +38,7 @@
+ #ifndef OFTHREAD_H
+ #define OFTHREAD_H
+
++#include <pthread.h>
+ #include "osconfig.h"
+ #include "oftypes.h" /* for class OFBool */
+ #include "ofstring.h" /* for class OFString */
+@@ -118,14 +119,14 @@
* provided in this class.
* @return thread ID of target thread if started, 0 otherwise.
*/
@@ -17,7 +25,7 @@
/** converts any of the error codes returned by the methods of this class
* into a textual description, which is written into the string object.
-@@ -158,7 +158,7 @@
+@@ -158,7 +159,7 @@
* provided in this class.
* @return thread ID of the calling thread.
*/
@@ -26,7 +34,7 @@
private:
-@@ -177,7 +177,7 @@
+@@ -177,7 +178,7 @@
#endif
/** thread identifier */