diff options
author | rene <rene@FreeBSD.org> | 2019-11-08 00:30:12 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-11-08 00:30:12 +0800 |
commit | 410b5e3f4582ae24645a58008adade1cc1d047a2 (patch) | |
tree | f77314253e5ba2ab7585e4cd0aabc08e41f880a0 /multimedia | |
parent | 9e22daabca5ec68c79a9c424abd25081d87bef8f (diff) | |
download | freebsd-ports-gnome-410b5e3f4582ae24645a58008adade1cc1d047a2.tar.gz freebsd-ports-gnome-410b5e3f4582ae24645a58008adade1cc1d047a2.tar.zst freebsd-ports-gnome-410b5e3f4582ae24645a58008adade1cc1d047a2.zip |
Clean up support for FreeBSD 11.2.
While here, modernize some comments in Mk/bsd.*.mk.
Note that graphics/drm-fbsd11.2-kmod is not renamed yet, this was somewhat
under discussion.
Submitted by: rene
Reviewed by: antoine, jbeich, mat, zeising
Differential Revision: https://reviews.freebsd.org/D21974
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libva/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile index e0e7bd83ac07..69b3c782ac38 100644 --- a/multimedia/libva/Makefile +++ b/multimedia/libva/Makefile @@ -21,7 +21,6 @@ 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.2= -lpthread LDFLAGS_FreeBSD_11.3= -lpthread LDFLAGS_FreeBSD_12.0= -lpthread |