summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-i104015
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-3/files/patch-i104015')
-rw-r--r--editors/openoffice.org-3/files/patch-i10401513
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/files/patch-i104015 b/editors/openoffice.org-3/files/patch-i104015
new file mode 100644
index 000000000000..72147bd49e23
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-i104015
@@ -0,0 +1,13 @@
+origin support
+
+--- stlport/STLport-4.5.patch~ 2009-07-23 10:00:59.000000000 +0900
++++ stlport/STLport-4.5.patch 2009-08-03 01:33:01.000000000 +0900
+@@ -137,7 +137,7 @@
+ +#
+ +#
+ +LINK=ar cr
+-+DYN_LINK=${CXX} -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