From 1cee8fba5617415fb736b5277a58520a8043e9f6 Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 27 Jun 2005 01:52:22 +0000 Subject: Dmitry Sivachenko has just checked-in a patch to fltk such that openoffice now builds even if you have fltk installed. Submitted by: Mike Durian --- editors/openoffice-3-devel/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'editors/openoffice-3-devel') diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 41c9f901bbb5..a3ae0ad66bb0 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -47,9 +47,6 @@ JAVA_BUILD= jdk .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif -.if exists(${X11BASE}/bin/fltk-config) -BROKEN= "Please deinstall fltk, currently causes a build failure" -.endif CODELINE= 680 RELEASE_NR= 1.9 -- cgit