diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
commit | 08acf5c407242344b0047b8040900f52df620dde (patch) | |
tree | 49936ec28d8b2a4256959f13245d757df97e04bd /editors/openoffice-3-devel/files/patch-i104015 | |
parent | Upgrade to version 2.4.0. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Notes
Notes:
svn path=/head/; revision=250901
svn path=/tags/RELEASE_7_3_0/; revision=250902; tag=release/7.3.0
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i104015')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i104015 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i104015 b/editors/openoffice-3-devel/files/patch-i104015 deleted file mode 100644 index 72147bd49e23..000000000000 --- a/editors/openoffice-3-devel/files/patch-i104015 +++ /dev/null @@ -1,13 +0,0 @@ -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 |