svn commit: r523489 - head/multimedia/ustreamer

Yuri Victorovich yuri at FreeBSD.org
Sat Jan 18 19:25:17 UTC 2020


Author: yuri
Date: Sat Jan 18 19:25:17 2020
New Revision: 523489
URL: https://svnweb.freebsd.org/changeset/ports/523489

Log:
  multimedia/ustreamer: Attempt to unbreak by adding the recommended C-level define
  
  Reported by:	fallout

Modified:
  head/multimedia/ustreamer/Makefile

Modified: head/multimedia/ustreamer/Makefile
==============================================================================
--- head/multimedia/ustreamer/Makefile	Sat Jan 18 19:17:30 2020	(r523488)
+++ head/multimedia/ustreamer/Makefile	Sat Jan 18 19:25:17 2020	(r523489)
@@ -19,6 +19,8 @@ USES=		compiler:c11 gmake jpeg localbase:ldflags
 USE_GITHUB=	yes
 GH_ACCOUNT=	pi-kvm
 
+CFLAGS+=	-DWITH_PTHREAD_NP=0 # src/threading.h:101:4: error: thread_get_name() not implemented, you can disable it using WITH_PTHREAD_NP=0
+
 INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	bin/ustreamer


More information about the svn-ports-all mailing list