aboutsummaryrefslogtreecommitdiff
path: root/devel/libzvbi
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 10:15:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 10:15:44 +0000
commitd500c1cc50f23b0489994e29a3a20f32a3cb441d (patch)
tree7c1e12df7a7d8fba86936f85270c40cc1e388312 /devel/libzvbi
parent23e6a2b3da60fd03fb9e392af59450056c09f9a5 (diff)
downloadports-d500c1cc50f23b0489994e29a3a20f32a3cb441d.tar.gz
ports-d500c1cc50f23b0489994e29a3a20f32a3cb441d.zip
Notes
Diffstat (limited to 'devel/libzvbi')
-rw-r--r--devel/libzvbi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile
index 10c815a0fced..138277cd59da 100644
--- a/devel/libzvbi/Makefile
+++ b/devel/libzvbi/Makefile
@@ -30,6 +30,10 @@ CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -L/usr
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure