Page MenuHomePhabricator

vtk-6.0.0.1-patch-1.diff

Authored By
espak
Mar 5 2014, 1:07 PM
Size
1 KB
Referenced Files
None
Subscribers
None

vtk-6.0.0.1-patch-1.diff

From 1879b9232341197f74c229e3920be2d104203348 Mon Sep 17 00:00:00 2001
From: Sean McBride <sean@rogue-research.com>
Date: Fri, 4 Oct 2013 14:05:34 -0400
Subject: [PATCH] Removed insane "#define inline" in libtiff
This was causing mysterious linker errors if building
against the OS X 10.9 SDK.
Change-Id: Ib1916810d00609b5f8f369f61da83cf739df43c5
---
ThirdParty/tiff/vtktiff/tif_config.h.in | 7 -------
1 file changed, 7 deletions(-)
diff --git a/ThirdParty/tiff/vtktiff/tif_config.h.in b/ThirdParty/tiff/vtktiff/tif_config.h.in
index 55ff16a..f548ff5 100644
--- a/ThirdParty/tiff/vtktiff/tif_config.h.in
+++ b/ThirdParty/tiff/vtktiff/tif_config.h.in
@@ -238,13 +238,6 @@ the sizes can be different.*/
/* Define to empty if `const' does not conform to ANSI C. */
#cmakedefine const
-/* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
-#ifndef __cplusplus
-#define inline
-//#cmakedefine inline
-#endif
-
/* Define to `long' if <sys/types.h> does not define. */
#cmakedefine off_t
--
1.8.1.2

File Metadata

Mime Type
application/octet-stream
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1062
Default Alt Text
vtk-6.0.0.1-patch-1.diff (1 KB)

Event Timeline

VTK 6.0 patch for OS X 10.9