Unbreak for 4-series.
(4.8R, 4.9R, 4.10R) Reported by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
This commit is contained in:
parent
0690a72cfa
commit
e07de06937
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115557
4 changed files with 8 additions and 8 deletions
|
@ -47,8 +47,8 @@ L10NHELPS= helpcontent_31_unix.tgz helpcontent_33_unix.tgz \
|
|||
helpcontent_86_unix.tgz helpcontent_88_unix.tgz
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on 4.x (tries to link to libpthread)"
|
||||
.if ${OSVERSION} > 502010
|
||||
BROKEN= "Does not compile on 5-current"
|
||||
.endif
|
||||
|
||||
MAINTAINER= openoffice@FreeBSD.org
|
||||
|
|
|
@ -49,8 +49,8 @@ L10NHELPS= helpcontent_31_unix.tgz helpcontent_33_unix.tgz \
|
|||
helpcontent_86_unix.tgz helpcontent_88_unix.tgz
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on 4.x (tries to link to libpthread)"
|
||||
.if ${OSVERSION} > 502010
|
||||
BROKEN= "Does not compile on 5-current"
|
||||
.endif
|
||||
|
||||
MAINTAINER= openoffice@FreeBSD.org
|
||||
|
|
|
@ -47,8 +47,8 @@ L10NHELPS= helpcontent_31_unix.tgz helpcontent_33_unix.tgz \
|
|||
helpcontent_86_unix.tgz helpcontent_88_unix.tgz
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on 4.x (tries to link to libpthread)"
|
||||
.if ${OSVERSION} > 502010
|
||||
BROKEN= "Does not compile on 5-current"
|
||||
.endif
|
||||
|
||||
MAINTAINER= openoffice@FreeBSD.org
|
||||
|
|
|
@ -49,8 +49,8 @@ L10NHELPS= helpcontent_31_unix.tgz helpcontent_33_unix.tgz \
|
|||
helpcontent_86_unix.tgz helpcontent_88_unix.tgz
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on 4.x (tries to link to libpthread)"
|
||||
.if ${OSVERSION} > 502010
|
||||
BROKEN= "Does not compile on 5-current"
|
||||
.endif
|
||||
|
||||
MAINTAINER= openoffice@FreeBSD.org
|
||||
|
|
Loading…
Reference in a new issue