summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-08-24 13:21:10 +0000
committerMarinus Schraal <foser@gentoo.org>2004-08-24 13:21:10 +0000
commit9327d5f293369e34e5aeac43786626ae6b8fac6b (patch)
treed8650194f4a8b3d4cb0ebdb3fc00e3abc268a4d8 /gnome-base
parentremove, now orbit (diff)
downloadgentoo-2-9327d5f293369e34e5aeac43786626ae6b8fac6b.tar.gz
gentoo-2-9327d5f293369e34e5aeac43786626ae6b8fac6b.tar.bz2
gentoo-2-9327d5f293369e34e5aeac43786626ae6b8fac6b.zip
duh remove
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/ORBit2/files/orbit2-alignment-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnome-base/ORBit2/files/orbit2-alignment-fix.patch b/gnome-base/ORBit2/files/orbit2-alignment-fix.patch
deleted file mode 100644
index 5a62f9fb0ca6..000000000000
--- a/gnome-base/ORBit2/files/orbit2-alignment-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur ORBit2-2.10.0/src/orb/orb-core/allocators.c ORBit2-2.10.0.1-cbl/src/orb/orb-core/allocators.c
---- ORBit2-2.10.0/src/orb/orb-core/allocators.c 2003-07-07 13:11:31.000000000 +0000
-+++ ORBit2-2.10.0.1-cbl/src/orb/orb-core/allocators.c 2004-06-16 04:11:27.642691407 +0000
-@@ -59,6 +59,7 @@
- }
- case CORBA_tk_except:
- case CORBA_tk_struct:
-+ mem = ALIGN_ADDRESS (mem, tc->c_align);
- for (i = 0; i < tc->sub_parts; i++) {
- subtc = tc->subtypes [i];
- mem = ALIGN_ADDRESS (mem, subtc->c_align);