summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-18 10:31:29 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-18 10:31:29 +0000
commit9febdc3258a2c24934c41a58712df91888c01211 (patch)
tree314d61dc264b123de14c9d1116c086e396622aae
parent- Fix WWW: line (diff)
BROKEN on 4.x: Does not compile (tries to link to libpthread)
Notes
Notes: svn path=/head/; revision=109421
-rw-r--r--editors/openoffice-1.1/Makefile4
-rw-r--r--editors/openoffice.org-1.1/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile
index d83f5fe69b69..d1367260c55f 100644
--- a/editors/openoffice-1.1/Makefile
+++ b/editors/openoffice-1.1/Makefile
@@ -38,6 +38,10 @@ USE_REINPLACE= yes
.include <bsd.port.pre.mk>
+.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.1
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile
index d83f5fe69b69..d1367260c55f 100644
--- a/editors/openoffice.org-1.1/Makefile
+++ b/editors/openoffice.org-1.1/Makefile
@@ -38,6 +38,10 @@ USE_REINPLACE= yes
.include <bsd.port.pre.mk>
+.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.1