svn commit: r367044 - head/x11/yelp

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 15:54:33 UTC 2014


Author: tijl
Date: Tue Sep  2 15:54:33 2014
New Revision: 367044
URL: http://svnweb.freebsd.org/changeset/ports/367044
QAT: https://qat.redports.org/buildarchive/r367044/

Log:
  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

Modified:
  head/x11/yelp/Makefile

Modified: head/x11/yelp/Makefile
==============================================================================
--- head/x11/yelp/Makefile	Tue Sep  2 15:49:53 2014	(r367043)
+++ head/x11/yelp/Makefile	Tue Sep  2 15:54:33 2014	(r367044)
@@ -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>


More information about the svn-ports-head mailing list