diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-13 18:40:20 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-13 18:40:20 +0800 |
commit | 63653a2ce440d6eb240be526673149b9a0ed82ea (patch) | |
tree | f9ef29a1bf85d004b0036e6d437936b1e0daed7a | |
parent | 28d842f2cbbb125e74f2ad3ce2190353ad1a0bb2 (diff) | |
download | freebsd-ports-gnome-63653a2ce440d6eb240be526673149b9a0ed82ea.tar.gz freebsd-ports-gnome-63653a2ce440d6eb240be526673149b9a0ed82ea.tar.zst freebsd-ports-gnome-63653a2ce440d6eb240be526673149b9a0ed82ea.zip |
Display the kernel config message for 2.95 gcc only on STABLE.
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 4344c7e0fb63..7c31288d9572 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -161,8 +161,9 @@ pre-fetch: @${ECHO} has beta quality and does not yet work as @${ECHO} stable as it should. @${ECHO} +.if (defined(USE_GCC) && ${USE_GCC} == 2.95) || \ + (${OSVERSION} < 500000 && !defined(USE_GCC)) @${ECHO} KERNEL CONFIGURATION: -.if defined(USE_GCC) && ${USE_GCC} == 2.95 @${ECHO} @${ECHO} Openoffice needs a larger stack- and @${ECHO} datasize to build. Check your limit diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 4344c7e0fb63..7c31288d9572 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -161,8 +161,9 @@ pre-fetch: @${ECHO} has beta quality and does not yet work as @${ECHO} stable as it should. @${ECHO} +.if (defined(USE_GCC) && ${USE_GCC} == 2.95) || \ + (${OSVERSION} < 500000 && !defined(USE_GCC)) @${ECHO} KERNEL CONFIGURATION: -.if defined(USE_GCC) && ${USE_GCC} == 2.95 @${ECHO} @${ECHO} Openoffice needs a larger stack- and @${ECHO} datasize to build. Check your limit diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 4344c7e0fb63..7c31288d9572 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -161,8 +161,9 @@ pre-fetch: @${ECHO} has beta quality and does not yet work as @${ECHO} stable as it should. @${ECHO} +.if (defined(USE_GCC) && ${USE_GCC} == 2.95) || \ + (${OSVERSION} < 500000 && !defined(USE_GCC)) @${ECHO} KERNEL CONFIGURATION: -.if defined(USE_GCC) && ${USE_GCC} == 2.95 @${ECHO} @${ECHO} Openoffice needs a larger stack- and @${ECHO} datasize to build. Check your limit |