summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2008-06-23 03:08:19 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2008-06-23 03:08:19 +0000
commit955f3ed5832044c524c69b1b466f0a046091e7c2 (patch)
treed788c8badef57cac84b1f4154ec52e8d35241199 /sci-chemistry/gromacs/files
parentechangelog should correct invalid headers pkgmoving. sigh. (diff)
downloadgentoo-2-955f3ed5832044c524c69b1b466f0a046091e7c2.tar.gz
gentoo-2-955f3ed5832044c524c69b1b466f0a046091e7c2.tar.bz2
gentoo-2-955f3ed5832044c524c69b1b466f0a046091e7c2.zip
Moving disco manpage to g_disco, fixing bug 210083.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
Diffstat (limited to 'sci-chemistry/gromacs/files')
-rw-r--r--sci-chemistry/gromacs/files/gromacs-alpha-axp_asm.patch11
-rw-r--r--sci-chemistry/gromacs/files/gromacs-ppc64-altivec.patch18
2 files changed, 0 insertions, 29 deletions
diff --git a/sci-chemistry/gromacs/files/gromacs-alpha-axp_asm.patch b/sci-chemistry/gromacs/files/gromacs-alpha-axp_asm.patch
deleted file mode 100644
index 071b11f4b3bf..000000000000
--- a/sci-chemistry/gromacs/files/gromacs-alpha-axp_asm.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur gromacs-3.2.1/src/gmxlib/Makefile.in gromacs-3.2.1-new/src/gmxlib/Makefile.in
---- gromacs-3.2.1/src/gmxlib/Makefile.in 2004-03-01 20:49:02.000000000 +0100
-+++ gromacs-3.2.1-new/src/gmxlib/Makefile.in 2006-05-30 17:40:33.000000000 +0200
-@@ -301,6 +301,7 @@
- LTF77COMPILE = $(LIBTOOL) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS)
- F77LD = $(F77)
- CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
-+LTASCOMPILE = $(LIBTOOL) --mode=compile $(AS) $(AM_ASFLAGS) $(ASFLAGS)
- LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) \
- $(CCASFLAGS)
- DIST_SOURCES = $(libgmx@LIBSUFFIX@_la_SOURCES) \
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>