svn commit: r552587 - head/multimedia/libva

Rene Ladan rene at FreeBSD.org
Sat Oct 17 14:47:08 UTC 2020


Author: rene
Date: Sat Oct 17 14:47:07 2020
New Revision: 552587
URL: https://svnweb.freebsd.org/changeset/ports/552587

Log:
  multimedia/libva: clean up code specific to FreeBSD 11.3
  
  Phabricator:	D26646
  Submitted by:	jbeich (partial)

Modified:
  head/multimedia/libva/Makefile

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Sat Oct 17 14:41:26 2020	(r552586)
+++ head/multimedia/libva/Makefile	Sat Oct 17 14:47:07 2020	(r552587)
@@ -25,9 +25,6 @@ USES=		meson pkgconfig
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	intel
-# -lpthread is not necessary if pthread_getthreadid_np is a libc stub
-LDFLAGS+=	${LDFLAGS_${OPSYS}_${OSREL}}
-LDFLAGS_FreeBSD_11.3=	-lpthread
 
 OPTIONS_DEFINE=	GLX WAYLAND X11
 OPTIONS_DEFAULT=GLX WAYLAND X11


More information about the svn-ports-all mailing list