From de5543834038c05565c76a7efb1d0fb2e6c43055 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Tue, 2 Sep 2014 15:54:33 +0000 Subject: [PATCH] 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 --- x11/yelp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 7be08b3ac26d..e2a511807b22 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -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