freebsd-ports/graphics/aeskulap/files/patch-dcmtk-dcmnet-libsrc_dcompat.cc
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
355 B
C++

--- dcmtk/dcmnet/libsrc/dcompat.cc.orig 2010-08-23 16:38:21.000000000 +0200
+++ dcmtk/dcmnet/libsrc/dcompat.cc 2010-08-23 16:38:31.000000000 +0200
@@ -113,9 +113,6 @@
#ifdef HAVE_SYS_UTSNAME_H
#include <sys/utsname.h>
#endif
-#ifdef HAVE_SYS_FILE_H
-#include <sys/file.h>
-#endif
#ifdef HAVE_IO_H
#include <io.h> /* for access() on Win32 */
#endif