svn commit: r529293 - head/multimedia/libva

Jan Beich jbeich at FreeBSD.org
Fri Mar 27 23:34:21 UTC 2020


Author: jbeich
Date: Fri Mar 27 23:34:14 2020
New Revision: 529293
URL: https://svnweb.freebsd.org/changeset/ports/529293

Log:
  multimedia/libva: drop FreeBSD 12.0 support after r527628

Modified:
  head/multimedia/libva/Makefile   (contents, props changed)

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Fri Mar 27 23:34:06 2020	(r529292)
+++ head/multimedia/libva/Makefile	Fri Mar 27 23:34:14 2020	(r529293)
@@ -31,7 +31,6 @@ GH_ACCOUNT=	intel
 # -lpthread is not necessary if pthread_getthreadid_np is a libc stub
 LDFLAGS+=	${LDFLAGS_${OPSYS}_${OSREL}}
 LDFLAGS_FreeBSD_11.3=	-lpthread
-LDFLAGS_FreeBSD_12.0=	-lpthread
 
 OPTIONS_DEFINE=	GLX WAYLAND X11
 OPTIONS_DEFAULT=GLX WAYLAND X11


More information about the svn-ports-all mailing list