aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-06-13 18:40:20 +0800
committermbr <mbr@FreeBSD.org>2002-06-13 18:40:20 +0800
commit63653a2ce440d6eb240be526673149b9a0ed82ea (patch)
treef9ef29a1bf85d004b0036e6d437936b1e0daed7a
parent28d842f2cbbb125e74f2ad3ce2190353ad1a0bb2 (diff)
downloadfreebsd-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/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