From 7fb59a19f89be98e19b7b432a36b3ab685175233 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 22 May 2004 05:56:58 +0000 Subject: BROKEN on 4.x: Does not compile (tries to link to libpthread) --- editors/openoffice-1.1-devel/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors/openoffice-1.1-devel') diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 3046bdcb30f7..a7d1b8d0ae31 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -34,6 +34,10 @@ USE_REINPLACE= yes .include +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x (tries to link to libpthread)" +.endif + BUILD_NR= 645 RELEASE_NR= 1.1 FRELEASE_NR= 1.1.2 -- cgit