summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-i66064
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-08-19 12:10:14 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-08-19 12:10:14 +0000
commite68108efb85528d2e4cf92715d749dbc31adb585 (patch)
treecf51edc082a72384c38ce42b7a39f5837d928750 /editors/openoffice.org-3/files/patch-i66064
parentRemove two warnings of portlint (diff)
Update to OOD680_m1.
This is the snapshot from release branch of OOo. http://development.openoffice.org/releases/2.0.OOD_m1_snapshot.html This branch will become 2.0.4, thus I set version number for this release as 2.0.4.m1. According to Martin H. http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=9787 we again use OOo_2.0.1_source.tar.gz for the filename which is the same as 2.0.1 release.
Diffstat (limited to 'editors/openoffice.org-3/files/patch-i66064')
-rw-r--r--editors/openoffice.org-3/files/patch-i6606416
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/openoffice.org-3/files/patch-i66064 b/editors/openoffice.org-3/files/patch-i66064
deleted file mode 100644
index 10607d33c6df..000000000000
--- a/editors/openoffice.org-3/files/patch-i66064
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: unx/source/gdi/salprnpsp.cxx
-===================================================================
-RCS file: /cvs/gsl/vcl/unx/source/gdi/salprnpsp.cxx,v
-retrieving revision 1.40
-diff -u -r1.40 salprnpsp.cxx
---- vcl/unx/source/gdi/salprnpsp.cxx 22 Mar 2006 09:46:43 -0000 1.40
-+++ vcl/unx/source/gdi/salprnpsp.cxx 27 May 2006 00:31:26 -0000
-@@ -101,6 +101,8 @@
- // NETBSD has no RTLD_GLOBAL
- #ifndef RTLD_GLOBAL
- #define DLOPEN_MODE (RTLD_LAZY)
-+#elif defined(FREEBSD)
-+#define DLOPEN_MODE (RTLD_NOW | RTLD_GLOBAL)
- #else
- #define DLOPEN_MODE (RTLD_GLOBAL | RTLD_LAZY)
- #endif