aboutsummaryrefslogtreecommitdiff
path: root/devel/glib20
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-05-16 06:48:08 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-05-16 06:48:08 +0000
commit1a5621d95daac5924ba0317d785b10da1576a437 (patch)
treee34df4589ded8e1e0698e9434a3b380cd87ea36d /devel/glib20
parent620bb432de0651cca18795f36494340e925090db (diff)
downloadports-1a5621d95daac5924ba0317d785b10da1576a437.tar.gz
ports-1a5621d95daac5924ba0317d785b10da1576a437.zip
Notes
Diffstat (limited to 'devel/glib20')
-rw-r--r--devel/glib20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index a519055fea7f..73c00ba64165 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