summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel/files/patch-i67138
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-3-devel/files/patch-i67138')
-rw-r--r--editors/openoffice.org-3-devel/files/patch-i6713818
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-i67138 b/editors/openoffice.org-3-devel/files/patch-i67138
deleted file mode 100644
index 981b640b32e3..000000000000
--- a/editors/openoffice.org-3-devel/files/patch-i67138
+++ /dev/null
@@ -1,18 +0,0 @@
---- moz/mozilla-source-1.7.5.patch.orig Wed Jun 21 23:50:14 2006
-+++ moz/mozilla-source-1.7.5.patch Thu Jun 22 00:00:08 2006
-@@ -7697,3 +7697,15 @@
-
- # Force applications to be built non-statically
- # when building the mozcomps meta component
-+--- misc/build/mozilla/nsprpub/pr/src/misc/prnetdb.c.orig Thu Sep 2 08:44:37 2004
-++++ misc/build/mozilla/nsprpub/pr/src/misc/prnetdb.c Wed Jun 21 23:58:12 2006
-+@@ -105,7 +105,8 @@
-+ #define _PR_HAVE_GETPROTO_R_INT
-+ #endif
-+
-+-#if (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2)
-++#if (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) || \
-++ (defined(__FreeBSD__) && __FreeBSD_version > 700016)
-+ #define _PR_HAVE_GETPROTO_R
-+ #define _PR_HAVE_5_ARG_GETPROTO_R
-+ #endif