summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-06-19 17:59:52 +0000
committerbjs <bjs@pkgsrc.org>2008-06-19 17:59:52 +0000
commite7d1a53440d57853af9f3b61bcd3f08c3fdae20e (patch)
tree8a6deacaf596cec78c1d99c8d325acc43579dd9d /x11
parentca559cb9aaf8c8d6ac9d7e04a78417d501f814ec (diff)
downloadpkgsrc-e7d1a53440d57853af9f3b61bcd3f08c3fdae20e.tar.gz
Fix trailing white-space.
Diffstat (limited to 'x11')
-rw-r--r--x11/pixman/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 98849a5a300..f3e94e41fd1 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/06/19 17:51:27 bjs Exp $
+# $NetBSD: Makefile,v 1.13 2008/06/19 17:59:52 bjs Exp $
#
DISTNAME= pixman-0.11.4
@@ -20,14 +20,14 @@ USE_TOOLS+= pkg-config perl
PKGCONFIG_OVERRIDE+= pixman-1.pc.in
###
### XXX The configure script is written to fail if it detects gcc<4.0
-### for lack of -fvisibility=hidden. In keeping with the pkgsrc
-### tradition of portability, we'll opt to use libtool to export
+### for lack of -fvisibility=hidden. In keeping with the pkgsrc
+### tradition of portability, we'll opt to use libtool to export
### the desired symbols, hiding the rest.
###
### I have verified the list of visible symbols is unchanged from
### the "factory" build.
###
-PIXMAN_SYMFILE= ${WRKDIR}/pixman.sym
+PIXMAN_SYMFILE= ${WRKDIR}/pixman.sym
MAKE_ENV+= PIXMAN_SYMFILE=${PIXMAN_SYMFILE:Q}
post-extract: