libpixman/libpixman.patch

Thu, 04 Oct 2012 20:08:55 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Oct 2012 20:08:55 +0200
changeset 711
e5faec28ec63
permissions
-rw-r--r--

Back out changes in 2.17.3:rateup.c disabling unit abbreviation.
Even when properly specifying 'kMG', the weekly, monthly, and yearly
graphs would not include abbreviated (with kMG postfix) values but
instead a very long figure such as '12000000.0 k' in the short legend.
The daily graphs don't suffer this problem, more research is needed.

michael@709 1 Index: Makefile.in
michael@709 2 --- Makefile.in.orig 2011-02-22 21:41:58.000000000 +0100
michael@709 3 +++ Makefile.in 2011-02-23 09:45:34.000000000 +0100
michael@709 4 @@ -269,7 +269,7 @@
michael@709 5 top_build_prefix = @top_build_prefix@
michael@709 6 top_builddir = @top_builddir@
michael@709 7 top_srcdir = @top_srcdir@
michael@709 8 -SUBDIRS = pixman demos test
michael@709 9 +SUBDIRS = pixman
michael@709 10 pkgconfigdir = $(libdir)/pkgconfig
michael@709 11 pkgconfig_DATA = pixman-1.pc
michael@709 12 GPGKEY = 6FF7C1A8

mercurial