Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 15:54:33 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367044 - head/x11/yelp
Message-ID:  <201409021554.s82FsX6f010032@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021554.s82FsX6f010032>