pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/pixman Let pkglint fix warnings about indentation ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfaac1e8f54b
branches:  trunk
changeset: 349504:cfaac1e8f54b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jul 09 10:22:29 2016 +0000

description:
Let pkglint fix warnings about indentation and alignment.

diffstat:

 x11/pixman/Makefile   |  4 ++--
 x11/pixman/builtin.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r bb7af1aae0b0 -r cfaac1e8f54b x11/pixman/Makefile
--- a/x11/pixman/Makefile       Sat Jul 09 10:11:08 2016 +0000
+++ b/x11/pixman/Makefile       Sat Jul 09 10:22:29 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2016/07/09 06:39:17 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2016/07/09 10:22:29 rillig Exp $
 
 DISTNAME=      pixman-0.34.0
 PKGREVISION=   1
@@ -13,7 +13,7 @@
 
 GNU_CONFIGURE= yes
 .if ${MACHINE_ARCH} == i386
-CONFIGURE_ARGS += --disable-sse2
+CONFIGURE_ARGS+= --disable-sse2
 .endif
 
 USE_LIBTOOL=   yes
diff -r bb7af1aae0b0 -r cfaac1e8f54b x11/pixman/builtin.mk
--- a/x11/pixman/builtin.mk     Sat Jul 09 10:11:08 2016 +0000
+++ b/x11/pixman/builtin.mk     Sat Jul 09 10:22:29 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: builtin.mk,v 1.8 2014/12/15 11:46:36 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.9 2016/07/09 10:22:29 rillig Exp $
 
-BUILTIN_PKG:=  pixman
+BUILTIN_PKG:=          pixman
 PKGCONFIG_FILE.pixman= ${X11BASE}/lib/pkgconfig/pixman-1.pc
 PKGCONFIG_FILE.pixman+=        ${X11BASE}/lib${LIBABISUFFIX}/pkgconfig/pixman-1.pc
 



Home | Main Index | Thread Index | Old Index