diff options
| author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-08-24 09:02:03 +0000 |
|---|---|---|
| committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-08-24 09:02:03 +0000 |
| commit | a6391c84b91b01d1b7a6577a66d43c8d453dc769 (patch) | |
| tree | 96017358e29e2f171cf1597ddddbc46eb7198683 /graphics/aeskulap/files/patch-dcmtk-dcmnet-include_dcompat.h | |
| parent | - Update to 2.0.16 (diff) | |
- Do not depend on external dcmtk library; use internal one.
Aeskulap segfaults on startup when linked with an external dcmtk
library. I prefer this workaround, until a solution is found.
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=259894
Diffstat (limited to 'graphics/aeskulap/files/patch-dcmtk-dcmnet-include_dcompat.h')
| -rw-r--r-- | graphics/aeskulap/files/patch-dcmtk-dcmnet-include_dcompat.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/aeskulap/files/patch-dcmtk-dcmnet-include_dcompat.h b/graphics/aeskulap/files/patch-dcmtk-dcmnet-include_dcompat.h new file mode 100644 index 000000000000..9cad061e0d60 --- /dev/null +++ b/graphics/aeskulap/files/patch-dcmtk-dcmnet-include_dcompat.h @@ -0,0 +1,12 @@ +--- dcmtk/dcmnet/include/dcompat.h.orig 2010-08-23 16:36:30.000000000 +0200 ++++ dcmtk/dcmnet/include/dcompat.h 2010-08-23 16:37:57.000000000 +0200 +@@ -146,9 +146,6 @@ + #ifdef HAVE_SYS_SELECT_H + #include <sys/select.h> + #endif +-#ifdef HAVE_SYS_FILE_H +-#include <sys/file.h> +-#endif + + END_EXTERN_C + |
