1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Mark IGNORE on FreeBSD < 10.4 due lack of __cxa_thread_atexit()

implementation.

PR:		224298
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D13493
This commit is contained in:
Kirill Ponomarev 2017-12-15 15:14:11 +00:00
parent f9f8eb793c
commit 1b21df1fb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456399

View File

@ -58,4 +58,10 @@ SETUID_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-setuid
SUB_FILES= pkg-message
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1003506
IGNORE= no _cxa_thread_atexit() support in FreeBSD libc < 10.4
.endif
.include <bsd.port.post.mk>