summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2007-02-14 18:55:15 +0000
committerTiziano Müller <dev-zero@gentoo.org>2007-02-14 18:55:15 +0000
commitddf2efe2f0fdc5543e73466b991125b69478c46d (patch)
treedbf464c0944852111772afda5f3a1d229065e73f /dev-libs/STLport/files
parentFix .desktop files, bug 147735, and drop monolithic X deps and virtual/libc (diff)
downloadgentoo-2-ddf2efe2f0fdc5543e73466b991125b69478c46d.tar.gz
gentoo-2-ddf2efe2f0fdc5543e73466b991125b69478c46d.tar.bz2
gentoo-2-ddf2efe2f0fdc5543e73466b991125b69478c46d.zip
Added patches for sparc and ppc.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-libs/STLport/files')
-rw-r--r--dev-libs/STLport/files/STLport-5.0.3-ppc.patch11
-rw-r--r--dev-libs/STLport/files/STLport-5.0.3-sparc.patch11
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/STLport/files/STLport-5.0.3-ppc.patch b/dev-libs/STLport/files/STLport-5.0.3-ppc.patch
new file mode 100644
index 000000000000..d3c53799ddd1
--- /dev/null
+++ b/dev-libs/STLport/files/STLport-5.0.3-ppc.patch
@@ -0,0 +1,11 @@
+--- stlport/stl/_config.h.orig 2007-02-13 20:38:46.000000000 +0100
++++ stlport/stl/_config.h 2007-02-13 20:42:55.000000000 +0100
+@@ -162,7 +162,7 @@
+
+ #if !defined (_STLP_BIG_ENDIAN) && ! defined (_STLP_LITTLE_ENDIAN)
+ # if defined (_MIPSEB) || defined (__sparc) || defined (_AIX) || \
+- defined (__hpux) || defined (macintosh) || defined (_MAC)
++ defined (__hpux) || defined (macintosh) || defined (_MAC) || defined (__ppc__)
+ # define _STLP_BIG_ENDIAN 1
+ # elif defined (__i386) || defined (_M_IX86) || defined (_M_ARM) || \
+ defined (__amd64__) || defined (_M_AMD64) || defined (__x86_64__) || \
diff --git a/dev-libs/STLport/files/STLport-5.0.3-sparc.patch b/dev-libs/STLport/files/STLport-5.0.3-sparc.patch
new file mode 100644
index 000000000000..c3aed0851575
--- /dev/null
+++ b/dev-libs/STLport/files/STLport-5.0.3-sparc.patch
@@ -0,0 +1,11 @@
+--- stlport/config/stl_gcc.h.orig 2007-02-13 21:30:42.000000000 +0100
++++ stlport/config/stl_gcc.h 2007-02-13 21:31:02.000000000 +0100
+@@ -236,7 +236,7 @@
+ # endif
+ #endif
+
+-#if defined (__alpha__)
++#if defined (__alpha__) || defined (__sparc__)
+ # define _STLP_NO_VENDOR_MATH_L
+ #endif
+