drop this patch

epel9
Matthias Clasen 17 years ago
parent a73130781c
commit d248dcd192

@ -21,7 +21,6 @@ BuildRequires: gtk-doc
Patch0: ORBit2-2.14.3-multilib.patch Patch0: ORBit2-2.14.3-multilib.patch
# handle ref leaks in the a11y stack more gracefully # handle ref leaks in the a11y stack more gracefully
Patch1: ORBit2-2.14.3-ref-leaks.patch Patch1: ORBit2-2.14.3-ref-leaks.patch
Patch2: deprecation.patch
%description %description
ORBit is a high-performance CORBA (Common Object Request Broker ORBit is a high-performance CORBA (Common Object Request Broker
@ -64,7 +63,6 @@ write such programs, you'll also need to install the ORBIT package.
%setup -q %setup -q
%patch0 -p1 -b .multilib %patch0 -p1 -b .multilib
%patch1 -p1 -b .ref-leaks %patch1 -p1 -b .ref-leaks
%patch2 -p1 -b .deprecation
%build %build
## the shipped libtool is broken wrt. multilib ## the shipped libtool is broken wrt. multilib

@ -1,14 +0,0 @@
diff -up ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c.deprecation ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c
--- ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c.deprecation 2008-01-29 01:44:31.000000000 -0500
+++ ORBit2-2.14.11/src/orb/orb-core/corba-typecode.c 2008-01-29 01:44:51.000000000 -0500
@@ -1097,8 +1097,8 @@ tc_dec (CORBA_TypeCode *t,
GSList *l;
if (lkind != CORBA_tk_recursive) {
- g_warning ("%s: invalid CORBA_TCKind, lkind=%lu",
- G_GNUC_FUNCTION, (unsigned long int) lkind);
+ g_warning ("tc_dec: invalid CORBA_TCKind, lkind=%lu",
+ (unsigned long int) lkind);
return TRUE;
}
Loading…
Cancel
Save