1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Fix build on PowerPC

PR:		ports/146019
Submitted by:	Andreas Tobler <andreast-list AT fgznet.ch>
This commit is contained in:
Beat Gaetzi 2010-04-24 19:46:48 +00:00
parent 90ab371c45
commit 14a74017e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253175

View File

@ -1,6 +1,16 @@
--- ./stlport/stl/config/features.h.orig 2007-08-18 22:45:42.000000000 +0200
+++ ./stlport/stl/config/features.h 2007-12-23 11:18:22.000000000 +0100
@@ -218,7 +218,7 @@
--- stlport/stl/config/features.h.orig 2007-08-18 22:45:42.000000000 +0200
+++ stlport/stl/config/features.h 2010-04-24 20:43:17.000000000 +0200
@@ -174,7 +174,8 @@
#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 (__powerpc__)
# define _STLP_BIG_ENDIAN 1
# elif defined (__i386) || defined (_M_IX86) || defined (_M_ARM) || \
defined (__amd64__) || defined (_M_AMD64) || defined (__x86_64__) || \
@@ -218,7 +219,7 @@
#endif
/* Operating system recognition (basic) */
@ -9,7 +19,7 @@
# define _STLP_UNIX 1
#elif defined(macintosh) || defined (_MAC)
# define _STLP_MAC 1
@@ -305,6 +305,7 @@
@@ -305,6 +306,7 @@
#endif
#if (defined (_REENTRANT) || defined (_THREAD_SAFE) || \