From fd784f5743583682d90056b0e0b4f29421f59c12 Mon Sep 17 00:00:00 2001 From: mbr Date: Mon, 10 Jun 2002 21:00:34 +0000 Subject: Matt just comitted the fix to CURRENT. Do not display the message if CURRENT is used. --- editors/openoffice.org-1.0/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'editors/openoffice.org-1.0') diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index d5cfe9801eb..a89d94e8234 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -114,13 +114,15 @@ CONFIGURE_ARGS+= --enable-gcc3 .endif pre-fetch: +.if ${OSVERSION} < 500000 @${ECHO} - @${ECHO} OO setup is currently broken on STABLE and - @${ECHO} CURRENT. You'll need a system patch to solve + @${ECHO} OO setup is currently broken on STABLE + @${ECHO} You'll need a system patch to solve @${ECHO} this problem: @${ECHO} @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf.diff @${ECHO} +.endif .if !defined(USE_GCC) || !defined(WITH_DEBUG) @${ECHO} @${ECHO} OPTIONS: -- cgit