]> git.pld-linux.org Git - packages/STLport.git/blobdiff - STLport-endianness.patch
- added -j1 to make install, fixes build on ti-i686 and ti-x86_64
[packages/STLport.git] / STLport-endianness.patch
index 3cf7249d39ed0a28045adf28d9b574555734fc42..588046f6de560cda769bc1349a22adca2dcbefb9 100644 (file)
@@ -15,7 +15,7 @@
 -#  elif defined (__ia64__)
 -    /* itanium allows both settings (for instance via gcc -mbig-endian) - hence a seperate check is required */
 +#  elif defined (__ia64__) || defined (__powerpc__)
-+    /* itanium and powerpc allows both settings (for instance via gcc -mbig-endian) - hence a seperate check is required */
++    /* itanium and powerpc allow both settings (for instance via gcc -mbig-endian) - hence a seperate check is required */
  #    if defined (__BIG_ENDIAN__)
  #      define _STLP_BIG_ENDIAN 1
  #    else
This page took 0.031609 seconds and 4 git commands to generate.