diff options
author | 2011-12-23 12:49:25 +0000 | |
---|---|---|
committer | 2011-12-23 12:49:25 +0000 | |
commit | 84542075769347f885fa6faf92da548ea63c4bd2 (patch) | |
tree | 253d92796d8bcfec56eba259aa36377550424da2 /sci-mathematics/singular/files/singular-3.1.3.3-os_x_ppc.patch | |
parent | Version bump (diff) | |
download | gentoo-2-84542075769347f885fa6faf92da548ea63c4bd2.tar.gz gentoo-2-84542075769347f885fa6faf92da548ea63c4bd2.tar.bz2 gentoo-2-84542075769347f885fa6faf92da548ea63c4bd2.zip |
Import 3.1.3.3 from sage-on-gentoo. Thanks François Bissey
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/singular/files/singular-3.1.3.3-os_x_ppc.patch')
-rw-r--r-- | sci-mathematics/singular/files/singular-3.1.3.3-os_x_ppc.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-mathematics/singular/files/singular-3.1.3.3-os_x_ppc.patch b/sci-mathematics/singular/files/singular-3.1.3.3-os_x_ppc.patch new file mode 100644 index 000000000000..e0c54f465548 --- /dev/null +++ b/sci-mathematics/singular/files/singular-3.1.3.3-os_x_ppc.patch @@ -0,0 +1,14 @@ +diff -r -u src/kernel/mod_raw.cc src.osx/kernel/mod_raw.cc +--- src/kernel/mod_raw.cc 2011-04-25 08:25:05.000000000 +0200 ++++ src.osx/kernel/mod_raw.cc 2011-10-10 10:47:17.000000000 +0200 +@@ -172,6 +172,10 @@ + #define HAVE_ELF_SYSTEM + #endif + ++#if defined(ppcMac_darwin) ++#define HAVE_ELF_SYSTEM ++#endif ++ + #if defined(ix86Mac_darwin) + #define HAVE_ELF_SYSTEM + #endif |