summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-05-16 06:48:08 +0000
committermezz <mezz@FreeBSD.org>2005-05-16 06:48:08 +0000
commit0badf98d0941089430983106bef403aba8e9156a (patch)
tree6751aa0d3884f7c41ff848afc8f8bc398279dadf /devel
parent86f68f8834dcc9b990961afee2bf03e7e5a084e1 (diff)
downloadFreeBSD-ports-0badf98d0941089430983106bef403aba8e9156a.zip
FreeBSD-ports-0badf98d0941089430983106bef403aba8e9156a.tar.gz
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
Diffstat (limited to 'devel')
-rw-r--r--devel/glib20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index a519055..73c00ba 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -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
OpenPOWER on IntegriCloud