mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Do not apply the kludge for PR214473 on all supported FreeBSD versions.
These patches actually reintroduced an upstream bug. https://gerrit.libreoffice.org/22291 PR: 214473
This commit is contained in:
parent
9db73373bf
commit
678e87e002
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433677
@ -2,7 +2,7 @@
|
||||
|
||||
.include "${.CURDIR}/Makefile.common"
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \
|
||||
http://dev-www.libreoffice.org/src/:src \
|
||||
http://dev-www.libreoffice.org/extern/:ext
|
||||
@ -273,6 +273,13 @@ _MAKE_JOBS= #
|
||||
.if ${COMPILER_FEATURES:Mlibstdc++}
|
||||
BROKEN= Build with system libstdc++ is unsupported
|
||||
.endif
|
||||
.if (${OSVERSION} >= 1200000 && ${OSVERSION} < 1200003) || \
|
||||
(${OSVERSION} >= 1100500 && ${OSVERSION} < 1100501) || \
|
||||
(${OSVERSION} >= 1100000 && ${OSVERSION} < 1100122) || \
|
||||
${OSVERSION} < 1003506
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extrapatch-vcl_inc_unx_gtk_gtkinst.hxx \
|
||||
${PATCHDIR}/extrapatch-vcl_unx_gtk_gtkinst.cxx
|
||||
.endif
|
||||
.endif # FreeBSD
|
||||
|
||||
.if ${COMPILER_TYPE} == "clang"
|
||||
|
Loading…
Reference in New Issue
Block a user