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