summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-06-13 10:40:20 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-06-13 10:40:20 +0000
commitf79f718185fd811dd3f8dd8fc14b7bf0844b09cf (patch)
treef145fd71988b6eeb70b0c65479bbd74707c06787
parentupgrade to 1.0.9 (diff)
Display the kernel config message for 2.95 gcc only on STABLE.
-rw-r--r--editors/openoffice-1.0/Makefile3
-rw-r--r--editors/openoffice.org-1.0/Makefile3
-rw-r--r--editors/openoffice/Makefile3
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