summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-nas:nas-1.4.1.patch
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-07-31 10:08:57 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-07-31 10:08:57 +0000
commit11580a1c70cf028dc209407c9e3f4471db029d48 (patch)
treebefde64b44b90f71bc2dfd09cc08d1d2bfea9224 /editors/openoffice-1.0/files/patch-nas:nas-1.4.1.patch
parentRemove probematic -export-dynamic flag, which could lead to namespace (diff)
Add missing ! #ifdef
Submitted by: kan
Notes
Notes: svn path=/head/; revision=63789
Diffstat (limited to '')
-rw-r--r--editors/openoffice-1.0/files/patch-nas:nas-1.4.1.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-nas:nas-1.4.1.patch b/editors/openoffice-1.0/files/patch-nas:nas-1.4.1.patch
index 3babf927e982..a283035f623c 100644
--- a/editors/openoffice-1.0/files/patch-nas:nas-1.4.1.patch
+++ b/editors/openoffice-1.0/files/patch-nas:nas-1.4.1.patch
@@ -161,3 +161,14 @@
+-#define NasConfigSearchPath /etc/nas/
++#define NasConfigSearchPath $(PROJECTROOT)/etc/
+ #endif
++--- misc/build/nas-1.4.1/server/os/utils.c.orig Tue Jul 23 23:48:23 2002
+++++ misc/build/nas-1.4.1/server/os/utils.c Tue Jul 23 23:49:06 2002
++@@ -120,7 +120,7 @@
++
++ void ddxUseMsg(void);
++
++-#if !defined(SVR4) && !defined(hpux) && !defined(linux) && !defined(AMOEBA) && !defined(_MINIX)
+++#if !defined(SVR4) && !defined(hpux) && !defined(linux) && !defined(AMOEBA) && !defined(_MINIX) && !defined(__FreeBSD__)
++ extern char *sbrk();
++ #endif
++