pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libva-utils whitespace



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c59dd8699726
branches:  trunk
changeset: 371316:c59dd8699726
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Jan 09 00:35:49 2022 +0000

description:
whitespace

diffstat:

 multimedia/libva-utils/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 19515de6371c -r c59dd8699726 multimedia/libva-utils/Makefile
--- a/multimedia/libva-utils/Makefile   Sun Jan 09 00:29:48 2022 +0000
+++ b/multimedia/libva-utils/Makefile   Sun Jan 09 00:35:49 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/09 00:28:58 tnn Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/09 00:35:49 tnn Exp $
 
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 DISTNAME=      libva-utils-2.13.0
@@ -27,10 +27,10 @@
 SUBST_FILES.getopt+=   encode/*.c
 SUBST_SED.getopt+=     -e 's,getopt_long_only,getopt_long,'
 
-LIBS+= -lm
+LIBS+=         -lm
 # Need explicit pthread linkage due to dlopening libraries
 # that link with pthread.
-LIBS.NetBSD+= -lpthread
+LIBS.NetBSD+=  -lpthread
 
 BUILDLINK_API_DEPENDS.libva+=  libva>=${PKGVERSION_NOREV}
 .include "../../multimedia/libva/buildlink3.mk"



Home | Main Index | Thread Index | Old Index