Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2014 17:00:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/189026: commit references a PR
Message-ID:  <201404271700.s3RH02iO015638@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/189026; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189026: commit references a PR
Date: Sun, 27 Apr 2014 16:52:37 +0000 (UTC)

 Author: tijl
 Date: Sun Apr 27 16:52:34 2014
 New Revision: 352438
 URL: http://svnweb.freebsd.org/changeset/ports/352438
 QAT: https://qat.redports.org/buildarchive/r352438/
 
 Log:
   Fix build after r351936 by disabling the examples subdirectory.  One of
   the examples uses gthread API but doesn't link to it.
   
   PR:		ports/189026
 
 Modified:
   head/graphics/clutter-gtk/Makefile
 
 Modified: head/graphics/clutter-gtk/Makefile
 ==============================================================================
 --- head/graphics/clutter-gtk/Makefile	Sun Apr 27 16:29:44 2014	(r352437)
 +++ head/graphics/clutter-gtk/Makefile	Sun Apr 27 16:52:34 2014	(r352438)
 @@ -23,4 +23,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include ${PTHR
  LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
  INSTALL_TARGET=	install-strip
  
 +post-patch:
 +	@${REINPLACE_CMD} '/SUBDIRS =/s/examples//' ${WRKSRC}/Makefile.in
 +
  .include <bsd.port.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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