Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2021 08:51:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564002 - head/net-im/farstream
Message-ID:  <202102040851.1148pCVL082669@repo.freebsd.org>

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



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