mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
FreeBSD 504101 doesn't need the stacksize hack anymore, which marcus has
committed a MFC of stacksize increase in RELENG_5 a few days ago. Reviewed by: marcus
This commit is contained in:
parent
620bb432de
commit
1a5621d95d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135334
4 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ PLIST_SUB= VERSION="1.2" EVO_VERSION="1.2"
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600012
|
||||
.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) )
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libedataserver_e-msgport.c
|
||||
.endif
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600012
|
||||
.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) )
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gthread_gthread-posix.c
|
||||
.endif
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ SHLIB_VERSION= 5
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600012
|
||||
.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) )
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gst::cothreads.c
|
||||
.endif
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ SHLIB_VERSION= 5
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600012
|
||||
.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) )
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gst::cothreads.c
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue