summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-06-23 16:35:48 +0000
committerJeroen Roovers <jer@gentoo.org>2009-06-23 16:35:48 +0000
commitf051a341148552f1216a108aae684725889db8bf (patch)
treeb0c4cb5c6f1bc90c8d0135cce44d443b58179333 /sci-physics/root/files
parentStable for HPPA (bug #275056). (diff)
downloadhistorical-f051a341148552f1216a108aae684725889db8bf.tar.gz
historical-f051a341148552f1216a108aae684725889db8bf.tar.bz2
historical-f051a341148552f1216a108aae684725889db8bf.zip
Fix spelling error causing compile failure (bug #275205).
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'sci-physics/root/files')
-rw-r--r--sci-physics/root/files/root-5.20.00-defind.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-physics/root/files/root-5.20.00-defind.patch b/sci-physics/root/files/root-5.20.00-defind.patch
new file mode 100644
index 000000000000..e52c5025cefc
--- /dev/null
+++ b/sci-physics/root/files/root-5.20.00-defind.patch
@@ -0,0 +1,20 @@
+--- root/cint/cint/src/Type.cxx.orig 2008-06-25 08:24:00.000000000 +0200
++++ root/cint/cint/src/Type.cxx 2009-06-23 17:59:36.000000000 +0200
+@@ -125,7 +125,7 @@
+ strcpy(G__buf,
+ G__type2string((int)type,(int)tagnum,-1,(int)reftype,(int)isconst));
+ return(G__buf);
+-#elif !defind(G__OLDIMPLEMENTATION401)
++#elif !defined(G__OLDIMPLEMENTATION401)
+ return(G__type2string((int)type,(int)tagnum,-1,(int)reftype,(int)isconst));
+ #else
+ return(G__type2string((int)type,(int)tagnum,-1,(int)reftype));
+@@ -138,7 +138,7 @@
+ strcpy(G__buf,G__type2string((int)type,(int)tagnum,(int)typenum,(int)reftype
+ ,(int)isconst));
+ return(G__buf);
+-#elif !defind(G__OLDIMPLEMENTATION401)
++#elif !defined(G__OLDIMPLEMENTATION401)
+ return(G__type2string((int)type,(int)tagnum,(int)typenum,(int)reftype
+ ,(int)isconst));
+ #else