pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/pixman Fix trailing white-space.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b59e03c4a726
branches: trunk
changeset: 543528:b59e03c4a726
user: bjs <bjs%pkgsrc.org@localhost>
date: Thu Jun 19 17:59:52 2008 +0000
description:
Fix trailing white-space.
diffstat:
x11/pixman/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 829b9f6d7bd7 -r b59e03c4a726 x11/pixman/Makefile
--- a/x11/pixman/Makefile Thu Jun 19 17:51:27 2008 +0000
+++ b/x11/pixman/Makefile Thu Jun 19 17:59:52 2008 +0000
@@ -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 @@
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:
Home |
Main Index |
Thread Index |
Old Index