mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
BROKEN on 5.x: Coredump during install
This commit is contained in:
parent
eb8b28c0b9
commit
6fd0ba2619
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111531
@ -103,6 +103,10 @@ MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|||||||
PLIST_SUB+= THREADS=""
|
PLIST_SUB+= THREADS=""
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502112
|
||||||
|
BROKEN= "Coredump during install on FreeBSD >= 5.x"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${RM} ${WRKSRC}/test/Makefile.arch.orig
|
@${RM} ${WRKSRC}/test/Makefile.arch.orig
|
||||||
@${REINPLACE_CMD} -e 's|auxcflags=\"-pthread|auxcflags=\"${PTHREAD_CFLAGS}| ; \
|
@${REINPLACE_CMD} -e 's|auxcflags=\"-pthread|auxcflags=\"${PTHREAD_CFLAGS}| ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user