freebsd-ports/graphics/aeskulap/files/patch-dcmtk-dcmnet-include_dcompat.h
Pietro Cerutti a6391c84b9 - 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
2010-08-24 09:02:03 +00:00

12 lines
299 B
C

--- 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