diff options
author | maho <maho@FreeBSD.org> | 2006-06-30 08:43:28 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-06-30 08:43:28 +0800 |
commit | d767b79d0bb09e11614b2cd5d4beb991b377090d (patch) | |
tree | 7d4bb7ccb645fb1a96cd278b90090075f729c9c7 /editors/openoffice.org-2-devel/files | |
parent | abfa8efd1e32b004c570f888a7e329e5863583de (diff) | |
download | freebsd-ports-graphics-d767b79d0bb09e11614b2cd5d4beb991b377090d.tar.gz freebsd-ports-graphics-d767b79d0bb09e11614b2cd5d4beb991b377090d.tar.zst freebsd-ports-graphics-d767b79d0bb09e11614b2cd5d4beb991b377090d.zip |
Remove unnecessary patch which also causes the break.
Diffstat (limited to 'editors/openoffice.org-2-devel/files')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i66064 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-i66064 b/editors/openoffice.org-2-devel/files/patch-i66064 deleted file mode 100644 index 10607d33c6d..00000000000 --- a/editors/openoffice.org-2-devel/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 |