From d095d4a96566a3ab095ab2e30430ce93a154f1a7 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Jan 2009 19:44:02 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- editors/openoffice.org-vcltesttool/files/Makefile.knobs | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'editors/openoffice.org-vcltesttool/files') diff --git a/editors/openoffice.org-vcltesttool/files/Makefile.knobs b/editors/openoffice.org-vcltesttool/files/Makefile.knobs index 686099bd3274..3f9d19ba5f93 100644 --- a/editors/openoffice.org-vcltesttool/files/Makefile.knobs +++ b/editors/openoffice.org-vcltesttool/files/Makefile.knobs @@ -62,21 +62,6 @@ CONFIGURE_ARGS+= --with-system-icu=no .endif pre-fetch: -.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} < 492000) - @${ECHO} - @${ECHO} "WARNING" - @${ECHO} "Your rtld seems to be old." - @${ECHO} "Please remake your rtld by:" - @${ECHO} "[1] if you use 4-series:" - @${ECHO} "# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng4" - @${ECHO} "# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng4" - @${ECHO} "# make ; make depend ; make install" - @${ECHO} "[2] if you use 5-series:" - @${ECHO} "# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng5" - @${ECHO} "# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng5" - @${ECHO} "# make ; make depend ; make install" - @${ECHO} "AT YOUR OWN RISK!" -.endif @${ECHO} "OPTIONS:" .if !defined(WITH_DEBUG) @${ECHO} -- cgit v1.2.3