summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-08-22 11:01:06 +0000
committerRüdiger Timm <rt@openoffice.org>2005-08-22 11:01:06 +0000
commitcac8ee043c344e5049c74c7d35f64c36327df309 (patch)
tree516f698f1fbd6794b1c5116878f41e6f4623fdb5 /stlport
parent44e77bff02287c77576a143f9aa0adab6d80538e (diff)
#i51963# Patch by pmladek: remove ARCH_FLAGS flag from wron place.
Diffstat (limited to 'stlport')
-rw-r--r--stlport/STLport-4.5-macxp-panther.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/stlport/STLport-4.5-macxp-panther.patch b/stlport/STLport-4.5-macxp-panther.patch
index 207c6ae720af..0715dec9b5b8 100644
--- a/stlport/STLport-4.5-macxp-panther.patch
+++ b/stlport/STLport-4.5-macxp-panther.patch
@@ -306,7 +306,7 @@
WARNING_FLAGS= -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -ftemplate-depth-32
-! CXXFLAGS_COMMON = -I${STLPORT_DIR} ${WARNING_FLAGS} ${ARCH_FLAGS}
+! CXXFLAGS_COMMON = -I${STLPORT_DIR} ${WARNING_FLAGS}
! CXXFLAGS_RELEASE_static = $(CXXFLAGS_COMMON) -O2
! CXXFLAGS_RELEASE_dynamic = $(CXXFLAGS_COMMON) -O2 -fPIC