summaryrefslogtreecommitdiff
path: root/x11/pixman
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 09:14:06 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 09:14:06 +0000
commite5a15a7ad70d589b6096597f3d84ecaebcff08c9 (patch)
treeb7cf9e9960c1bae7dbb22de78f6b2da6946db707 /x11/pixman
parenta8be1fb9025e7bcb33e3af034f9b876c65b4f0ef (diff)
downloadpkgsrc-e5a15a7ad70d589b6096597f3d84ecaebcff08c9.tar.gz
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'x11/pixman')
-rw-r--r--x11/pixman/Makefile6
-rw-r--r--x11/pixman/hacks.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index e08fd8d881e..45de3602d4d 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2019/08/11 13:25:14 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2019/11/03 09:14:14 rillig Exp $
DISTNAME= pixman-0.38.4
PKGREVISION= 1
@@ -11,9 +11,9 @@ HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Library of low-level pixel manipulation routines
LICENSE= mit
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
.if ${MACHINE_ARCH} == i386
-CONFIGURE_ARGS+= --disable-sse2
+CONFIGURE_ARGS+= --disable-sse2
.endif
USE_LIBTOOL= yes
diff --git a/x11/pixman/hacks.mk b/x11/pixman/hacks.mk
index 1d3cba1d78c..7b6ddb7bbcd 100644
--- a/x11/pixman/hacks.mk
+++ b/x11/pixman/hacks.mk
@@ -1,9 +1,9 @@
-# $NetBSD: hacks.mk,v 1.12 2016/02/26 11:27:16 jperkin Exp $
+# $NetBSD: hacks.mk,v 1.13 2019/11/03 09:14:14 rillig Exp $
#
.if !defined(PIXMAN_HACKS_MK)
PIXMAN_HACKS_MK= # empty
-. include "../../mk/bsd.fast.prefs.mk"
-. include "../../mk/compiler.mk"
+.include "../../mk/bsd.fast.prefs.mk"
+.include "../../mk/compiler.mk"
###
### XXX SSE2 intrinsics require gcc-4.2+ to build.
### XXX Need to disable SSSE3 explicitly, too.