Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 19:25:17 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523489 - head/multimedia/ustreamer
Message-ID:  <202001181925.00IJPHvs023660@repo.freebsd.org>

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



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