Delete call to g_thread_init. It isn't needed with glib 2.32 and up

and the port doesn't link with libgthread-2.0.

Reported by:	antoine
This commit is contained in:
Tijl Coosemans 2014-09-02 15:54:33 +00:00
parent 5f17c7749d
commit de55438340
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367044

View File

@ -38,5 +38,6 @@ post-patch:
@${REINPLACE_CMD} -e 's,[-/]unstable,,' \
-e 's/ --define-variable=includetype=unstable//' \
${WRKSRC}/configure
@${REINPLACE_CMD} '/g_thread_init/d' ${WRKSRC}/src/yelp-main.c
.include <bsd.port.mk>