diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-10 16:11:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-10 16:11:21 +0000 |
commit | aff79a24bc7fedba2a4269a03b94503a61a3891b (patch) | |
tree | 8a94d19d8b4c05ddb8b905fe4421317302c911d8 /graphics | |
parent | fb11b4fe19b86201f1312766499fde3cfc828c19 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aeskulap/files/patch-dcmtk_ofstd_libsrc_oftime.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/aeskulap/files/patch-dcmtk_ofstd_libsrc_oftime.cc b/graphics/aeskulap/files/patch-dcmtk_ofstd_libsrc_oftime.cc new file mode 100644 index 000000000000..a967d57e04fc --- /dev/null +++ b/graphics/aeskulap/files/patch-dcmtk_ofstd_libsrc_oftime.cc @@ -0,0 +1,10 @@ +--- dcmtk/ofstd/libsrc/oftime.cc.orig 2006-03-08 09:25:25 UTC ++++ dcmtk/ofstd/libsrc/oftime.cc +@@ -35,6 +35,7 @@ + + #define INCLUDE_CSTDIO + #define INCLUDE_CTIME ++#define INCLUDE_OSTREAM + #include "ofstdinc.h" + + BEGIN_EXTERN_C |