summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmkhar Arasaratnam <omkhar@gentoo.org>2005-08-05 15:52:55 +0000
committerOmkhar Arasaratnam <omkhar@gentoo.org>2005-08-05 15:52:55 +0000
commitb566d3d6de3e2b7c96af494088e4127951d080d7 (patch)
tree444f69b16a143dbb1a89fb10191d9136b7772e71 /sci-chemistry/gromacs
parentMarked ~amd64. (diff)
downloadgentoo-2-b566d3d6de3e2b7c96af494088e4127951d080d7.tar.gz
gentoo-2-b566d3d6de3e2b7c96af494088e4127951d080d7.tar.bz2
gentoo-2-b566d3d6de3e2b7c96af494088e4127951d080d7.zip
*** empty log message ***
Diffstat (limited to 'sci-chemistry/gromacs')
-rw-r--r--sci-chemistry/gromacs/files/gromacs-ppc64-altivec.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sci-chemistry/gromacs/files/gromacs-ppc64-altivec.patch b/sci-chemistry/gromacs/files/gromacs-ppc64-altivec.patch
deleted file mode 100644
index d170bbd70ad3..000000000000
--- a/sci-chemistry/gromacs/files/gromacs-ppc64-altivec.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naur gromacs-3.2.1/include/ppc_altivec.h gromacs-3.2.1-new/include/ppc_altivec.h
---- gromacs-3.2.1/include/ppc_altivec.h 2003-11-18 02:41:58.000000000 -0600
-+++ gromacs-3.2.1-new/include/ppc_altivec.h 2005-08-04 13:42:05.000000000 -0500
-@@ -33,6 +33,14 @@
- #ifndef _ppc_altivec_h
- #define _ppc_altivec_h
-
-+#if !defined(__APPLE_ALTIVEC__)
-+#include <altivec.h>
-+#ifdef bool
-+#undef bool
-+#define bool int
-+#endif
-+#endif
-+
- static char *SRCID_ppc_altivec_h = "$Id: ppc_altivec.h,v 1.7 2003/11/18 08:41:58 lindahl Exp $";
- #ifdef HAVE_CONFIG_H
- #include <config.h>