diff options
Diffstat (limited to 'sci-chemistry/ccp4/files/6.0.2-ppc-double-define-gerror.patch')
-rw-r--r-- | sci-chemistry/ccp4/files/6.0.2-ppc-double-define-gerror.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-chemistry/ccp4/files/6.0.2-ppc-double-define-gerror.patch b/sci-chemistry/ccp4/files/6.0.2-ppc-double-define-gerror.patch deleted file mode 100644 index a77d9494a05c..000000000000 --- a/sci-chemistry/ccp4/files/6.0.2-ppc-double-define-gerror.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ccp4-6.0.1.orig/lib/src/library_f.c 2006-06-12 07:06:22.000000000 -0700 -+++ ccp4-6.0.1/lib/src/library_f.c 2006-06-12 07:21:56.000000000 -0700 -@@ -716,7 +716,7 @@ - - #endif /* end of apple xlf support */ - --#if ( defined (__linux__) && defined (_CALL_SYSV) ) -+#if ( defined (__linux__) && defined (_CALL_SYSV) && ! defined(G95) && ! defined (GFORTRAN) ) - /* linuxppc xlf support */ - void gerror_ (str, Lstr) - char *str; |