|
|
|
@ -1,12 +1,3 @@
|
|
|
|
|
From 488a4dd14cba6231d33ed0f86e45bf68c9109a11 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
|
|
|
|
|
Date: Thu, 27 Jan 2011 13:15:58 +0000
|
|
|
|
|
Subject: [PATCH] --fexceptions -> -fexceptions
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
stlport/STLport-4.5.patch | 6 +++---
|
|
|
|
|
1 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/stlport/STLport-4.5.patch b/stlport/STLport-4.5.patch
|
|
|
|
|
index 27ff2ef..8476053 100644
|
|
|
|
|
--- a/stlport/STLport-4.5.patch
|
|
|
|
@ -38,6 +29,15 @@ index 27ff2ef..8476053 100644
|
|
|
|
|
+
|
|
|
|
|
+OBJEXT=o
|
|
|
|
|
+DYNEXT=so
|
|
|
|
|
--
|
|
|
|
|
1.7.3.5
|
|
|
|
|
|
|
|
|
|
diff --git a/stlport/systemstlguards/preextstl.h b/stlport/systemstlguards/preextstl.h
|
|
|
|
|
index d0ee030..5ff8668 100644
|
|
|
|
|
--- a/stlport/systemstlguards/preextstl.h
|
|
|
|
|
+++ b/stlport/systemstlguards/preextstl.h
|
|
|
|
|
@@ -48,7 +48,6 @@
|
|
|
|
|
# if defined(_GNUC__)
|
|
|
|
|
# pragma GCC visibility push(default)
|
|
|
|
|
# endif
|
|
|
|
|
-# include _STLP_NATIVE_HEADER(exception_defines.h)
|
|
|
|
|
# include _STLP_NATIVE_HEADER(limits)
|
|
|
|
|
# if !defined(__GXX_EXPERIMENTAL_CXX0X__)
|
|
|
|
|
# include _STLP_NATIVE_HEADER(memory)
|
|
|
|
|