diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-07-31 18:08:57 +0800 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-07-31 18:08:57 +0800 |
commit | 11580a1c70cf028dc209407c9e3f4471db029d48 (patch) | |
tree | befde64b44b90f71bc2dfd09cc08d1d2bfea9224 /editors/openoffice.org-2.0 | |
parent | 6e1d596baa6f7214dd053b48dafb2700f500a97f (diff) | |
download | freebsd-ports-gnome-11580a1c70cf028dc209407c9e3f4471db029d48.tar.gz freebsd-ports-gnome-11580a1c70cf028dc209407c9e3f4471db029d48.tar.zst freebsd-ports-gnome-11580a1c70cf028dc209407c9e3f4471db029d48.zip |
Add missing ! #ifdef
Submitted by: kan
Diffstat (limited to 'editors/openoffice.org-2.0')
-rw-r--r-- | editors/openoffice.org-2.0/files/patch-nas+nas-1.4.1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-nas+nas-1.4.1.patch b/editors/openoffice.org-2.0/files/patch-nas+nas-1.4.1.patch index 3babf927e982..a283035f623c 100644 --- a/editors/openoffice.org-2.0/files/patch-nas+nas-1.4.1.patch +++ b/editors/openoffice.org-2.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 ++ |