From 49ed103866b0a5bce7dd19ff9db09e5d039ae739 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 22 May 2004 05:56:58 +0000 Subject: [PATCH] BROKEN on 4.x: Does not compile (tries to link to libpthread) --- editors/openoffice-1.1-devel/Makefile | 4 ++++ editors/openoffice.org-1.1-devel/Makefile | 4 ++++ 2 files changed, 8 insertions(+) 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 diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 3046bdcb30f7..a7d1b8d0ae31 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-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