summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2012-01-02 19:33:52 +0000
committerPedro Giffuni <pfg@apache.org>2012-01-02 19:33:52 +0000
commitc7a65173f6fdc7d6745ae3e1535b4b6794eca6fd (patch)
treef49e28b5263f3d50e6940fe868935be3a679109f /stlport
parenta6fdefd491f8def23bb0731d9707ddb5e0abf13a (diff)
fix -fexceptions codegen option typo.
Diffstat (limited to 'stlport')
-rw-r--r--stlport/STLport-4.5.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/stlport/STLport-4.5.patch b/stlport/STLport-4.5.patch
index 4d608cd0b4ae..b29fe35ed5a4 100644
--- a/stlport/STLport-4.5.patch
+++ b/stlport/STLport-4.5.patch
@@ -137,7 +137,7 @@
+#
+#
+LINK=ar cr
-+DYN_LINK=${CXX} -Wl,-z,origin -Wl,-rpath,'$$ORIGIN' ${PTHREAD_LIBS} --fexceptions -shared -o
++DYN_LINK=${CXX} -Wl,-z,origin -Wl,-rpath,'$$ORIGIN' ${PTHREAD_LIBS} -fexceptions -shared -o
+
+OBJEXT=o
+DYNEXT=so
@@ -210,7 +210,7 @@
+#
+#
+LINK=ar crv
-+DYN_LINK=$(CXX) --fexceptions -shared -o
++DYN_LINK=$(CXX) -fexceptions -shared -o
+
+OBJEXT=o
+DYNEXT=dll
@@ -451,7 +451,7 @@
+#
+#
+LINK=ar cr
-+DYN_LINK=$(CXX) -Wl,-rpath,'$$ORIGIN' --fexceptions -shared -o
++DYN_LINK=$(CXX) -Wl,-rpath,'$$ORIGIN' -fexceptions -shared -o
+
+OBJEXT=o
+DYNEXT=so