From 25d19e763c458b1910356b20ec39310c3fd79266 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sun, 19 May 2002 16:26:14 +0000 Subject: Fix the last commit. Since OO was only compileable in a little timeframe on CURRENT, mark it broken for all CURRENT versions. Beside that, the logic was wrong. --- editors/openoffice/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'editors/openoffice/Makefile') diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 28840ad21534..11158a972fda 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -52,9 +52,9 @@ CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ .include pre-fetch: -.if ${OSVERSION} > 500034 || ${OSVERSION} < 500034 +.if ${OSVERSION} > 500000 @${ECHO} - @${ECHO} OS-VERSION ${OSVERSION} + @${ECHO} OS-VERSION ${OSVERSION} too high @${ECHO} @${ECHO} Openoffice is currently broken on CURRENT and does @${ECHO} not yet work with GCC 3.1 @@ -64,12 +64,13 @@ pre-fetch: @${ECHO} @${FALSE} .endif -.if ${OSVERSION} < 450002 +.if ${OSVERSION} < 450005 @${ECHO} - @${ECHO} OS-VERSION ${OSVERSION} + @${ECHO} OS-VERSION ${OSVERSION} too low @${ECHO} @${ECHO} Openoffice need some important libc_r and - @${ECHO} gcc fixes to build. Please upgrade. + @${ECHO} gcc fixes to build. Please upgrade to 4.6 + @${ECHO} PRE-RELEASE or RELEASE. @${FALSE} .endif .if ${GCC_VERSION}!="2.95.2" && ${GCC_VERSION}!="2.95.3" && ${GCC_VERSION}!="2.95.4" @@ -94,8 +95,8 @@ pre-extract: @${ECHO} settings and add this to your KERNEL @${ECHO} configuration if necessary: @${ECHO} - @${ECHO} options MAXDSIZ="(1024*1024*1024)" - @${ECHO} options MAXSSIZ="(256*1024*1024)" + @${ECHO} options MAXDSIZ=\"\(1024*1024*1024\)\" + @${ECHO} options MAXSSIZ=\"\(256*1024*1024\)\" @${ECHO} .if !defined(DISPLAY) || ${DISPLAY} == "" @ ${ECHO} -- cgit v1.2.3