diff options
author | bjs <bjs> | 2008-06-19 17:59:52 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-06-19 17:59:52 +0000 |
commit | dded7af05b18882bb385f03b1e649cdb7bcc3a6f (patch) | |
tree | 8a6deacaf596cec78c1d99c8d325acc43579dd9d /x11/pixman | |
parent | 17f13d1741094e6bae58e9cac04a6e8e672eaa67 (diff) | |
download | pkgsrc-dded7af05b18882bb385f03b1e649cdb7bcc3a6f.tar.gz |
Fix trailing white-space.
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/Makefile | 8 |
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: |