annotate src/gdcm-1-nosecapi.patch @ 4545:0e56fe2d2ef5

Makefile.in: add update-build-tools target * Makefile.in: add update-build-tools target * src/build-autoconf.mk, src/build-automake.mk, src/build-bison.mk, src/build-gawk.mk, src/build-gcc.mk, src/build-gettext.mk, src/build-gperf.mk, src/build-m4.mk, src/build-texinfo.mk, src/build-libtool.mk : update PKG_UPDATE for getting latest version from gnu.org * src/build-cmake.mk, src/build-flex.mk, src/build-lzip.mk, src/build-pkg-config.mk, src/pkg-config.mk, src/build-scons.mk : add implemented PKG_UPDATE macro
author John Donoghue <john.donoghue@ieee.org>
date Thu, 23 Nov 2017 12:05:29 -0500
parents 15551fc621fa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3666
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
1 diff -ur gdcm-2.0.19.orig/Source/Common/gdcmException.h gdcm-2.0.19/Source/Common/gdcmException.h
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
2 --- gdcm-2.0.19.orig/Source/Common/gdcmException.h 2014-07-26 11:45:31 -0400
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
3 +++ gdcm-2.0.19/Source/Common/gdcmException.h 2014-07-26 11:57:11 -0400
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
4 @@ -14,6 +14,13 @@
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
5 #ifndef GDCMEXCEPTION_H
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
6 #define GDCMEXCEPTION_H
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
7
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
8 +#ifdef __MINGW32__
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
9 + #include <_mingw.h>
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
10 + #ifdef MINGW_HAS_SECURE_API
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
11 + #undef MINGW_HAS_SECURE_API
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
12 + #endif
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
13 +#endif
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
14 +
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
15 #include <cassert>
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
16 #include <cstdlib> // NULL
15551fc621fa gdcm: add patch for native ming
John Donoghue
parents:
diff changeset
17 #include <exception>