svn commit: r564002 - head/net-im/farstream

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


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

Log:
  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
  MFH:		2021Q1

Modified:
  head/net-im/farstream/Makefile

Modified: head/net-im/farstream/Makefile
==============================================================================
--- head/net-im/farstream/Makefile	Thu Feb  4 08:20:18 2021	(r564001)
+++ head/net-im/farstream/Makefile	Thu Feb  4 08:51:12 2021	(r564002)
@@ -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