summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel/files/patch-icu+icu-2.6.patch
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-02-05 08:57:52 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-02-05 08:57:52 +0000
commit00316f3c4cc1096165e2095a4f3b904ecc3ee0a6 (patch)
tree6830536f1167e8a4f173390e70d2550ae2ce8a37 /editors/openoffice.org-3-devel/files/patch-icu+icu-2.6.patch
parent- Distfile seems to have been re-rolled: (diff)
Update to SRC680_m155.
Add some preparation for gcj build.
Diffstat (limited to 'editors/openoffice.org-3-devel/files/patch-icu+icu-2.6.patch')
-rw-r--r--editors/openoffice.org-3-devel/files/patch-icu+icu-2.6.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-icu+icu-2.6.patch b/editors/openoffice.org-3-devel/files/patch-icu+icu-2.6.patch
deleted file mode 100644
index 91b67fb35cf3..000000000000
--- a/editors/openoffice.org-3-devel/files/patch-icu+icu-2.6.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-Issuetracker : #i56952#
-CWS : N/A
-Author : <maho@openoffice.org> (JCA)
-Description : FreeBSD porting : Passing $ORIGIN to linker at icu project
-We also want to pass -rpath $ORIGIN to linker as GNU/Linux and/or Solaris's case.
-
-Index: icu/icu-2.6.patch
-===================================================================
-RCS file: /cvs/external/icu/icu-2.6.patch,v
-retrieving revision 1.15
-diff -u -r1.15 icu-2.6.patch
---- icu/icu-2.6.patch 28 Dec 2005 16:54:16 -0000 1.15
-+++ icu/icu-2.6.patch 5 Jan 2006 12:58:57 -0000
-@@ -2775,3 +2775,31 @@
- commands = pkg_appendToList(commands, NULL, uprv_strdup(stanza));
-
- sprintf(stanza, "@$(RMV) $(TEMP_DIR)/%s", cfile+genFileOffset);
-+*** misc/icu/source/config/mh-bsd-gcc Thu May 2 08:48:10 2002
-+--- misc/build/icu/source/config/mh-bsd-gcc Mon Oct 24 18:16:57 2005
-+***************
-+*** 10,21 ****
-+--- 10,30 ----
-+ GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
-+
-+ ## Flags for position independent code
-++ STATICCFLAGS = -fPIC
-++ STATICCXXFLAGS = -fPIC
-++ STATICCPPFLAGS = -DPIC
-+ SHAREDLIBCFLAGS = -fPIC
-+ SHAREDLIBCXXFLAGS = -fPIC
-+ SHAREDLIBCPPFLAGS = -DPIC
-+
-+ ## Compiler switch to embed a runtime search path
-+ LD_RPATH=
-++ ## Force RPATH=$ORIGIN to locate own dependencies w/o need for LD_LIBRARY_PATH
-++ ENABLE_RPATH=YES
-++ RPATHLDFLAGS=${LD_RPATH_PRE}'$$ORIGIN'
-++
-++ #SH# ENABLE_RPATH=YES
-++ #SH# RPATHLDFLAGS="${LD_RPATH_PRE}'$$ORIGIN'"
-+ LD_RPATH_PRE= -Wl,-rpath,
-+
-+ ## Compiler switch to embed a library name
-+
-+