svn commit: r564003 - branches/2021Q1/net-im/farstream

Antoine Brodin antoine at FreeBSD.org
Thu Feb 4 08:51:35 UTC 2021


Author: antoine
Date: Thu Feb  4 08:51:34 2021
New Revision: 564003
URL: https://svnweb.freebsd.org/changeset/ports/564003

Log:
  MFH: r564002
  
  Mark MAKE_JOBS_UNSAFE
  
  libtool:   error: cannot find the library 'libfarstream-0.2.la' or unhandled argument 'libfarstream-0.2.la'
  
  Reported by:	pkg-fallout

Modified:
  branches/2021Q1/net-im/farstream/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/net-im/farstream/Makefile
==============================================================================
--- branches/2021Q1/net-im/farstream/Makefile	Thu Feb  4 08:51:12 2021	(r564002)
+++ branches/2021Q1/net-im/farstream/Makefile	Thu Feb  4 08:51:34 2021	(r564003)
@@ -22,6 +22,7 @@ USE_GSTREAMER1=	good bad
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+MAKE_JOBS_UNSAFE=	yes
 
 post-patch:
 	@${FIND} ${WRKSRC} -name Makefile.in -exec ${REINPLACE_CMD} \


More information about the svn-ports-all mailing list