summaryrefslogtreecommitdiff
path: root/graphics/inventor/files/patch-SoOutput.c++
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inventor/files/patch-SoOutput.c++')
-rw-r--r--graphics/inventor/files/patch-SoOutput.c++11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/inventor/files/patch-SoOutput.c++ b/graphics/inventor/files/patch-SoOutput.c++
deleted file mode 100644
index a2a2f08e5fad..000000000000
--- a/graphics/inventor/files/patch-SoOutput.c++
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/database/src/so/SoOutput.c++.orig 2011-06-08 14:31:06.000000000 +0200
-+++ lib/database/src/so/SoOutput.c++ 2011-06-08 14:31:15.000000000 +0200
-@@ -1462,7 +1462,7 @@
-
- // Generates a CC warning. Ho hum.
- if (refDict->find((unsigned long) base, ref))
--#if (_MIPS_SZPTR == 64 || __ia64)
-+#if (_MIPS_SZPTR == 64 || __ia64 || __amd64__)
- referenceId = (int) ((unsigned long) ref);
- #else
- referenceId = (int)ref;