svn commit: r503892 - head/multimedia/jmref

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 10 12:10:27 UTC 2019


Author: pkubaj
Date: Mon Jun 10 12:10:26 2019
New Revision: 503892
URL: https://svnweb.freebsd.org/changeset/ports/503892

Log:
  multimedia/jmref: fix build
  
  Add MAKE_JOBS_UNSAFE=yes to fix:
  checking dependencies
  Assembler messages:
  Fatal error: can't create obj/rtp_loss.o: No such file or directory
  
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D20588

Modified:
  head/multimedia/jmref/Makefile

Modified: head/multimedia/jmref/Makefile
==============================================================================
--- head/multimedia/jmref/Makefile	Mon Jun 10 10:57:04 2019	(r503891)
+++ head/multimedia/jmref/Makefile	Mon Jun 10 12:10:26 2019	(r503892)
@@ -17,6 +17,7 @@ PLIST_FILES=	bin/ldecod bin/lencod \
 		bin/rtp_loss bin/rtpdump
 
 DOS2UNIX_FILES=	Makefile
+MAKE_JOBS_UNSAFE=	yes
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/ldecod.exe \


More information about the svn-ports-all mailing list