diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-09-27 23:37:56 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-09-27 23:37:56 +0000 |
commit | d2c88cb08e2c6f8381c272d6a10bd9c33db7c531 (patch) | |
tree | 7b7717a85609fd05cecdc7978f4b9fa6ff091805 /media-libs/t1lib | |
parent | old (diff) | |
download | gentoo-2-d2c88cb08e2c6f8381c272d6a10bd9c33db7c531.tar.gz gentoo-2-d2c88cb08e2c6f8381c272d6a10bd9c33db7c531.tar.bz2 gentoo-2-d2c88cb08e2c6f8381c272d6a10bd9c33db7c531.zip |
t1lib: qa fixes
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-libs/t1lib')
-rw-r--r-- | media-libs/t1lib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/t1lib/files/t1lib-5.1.1-qa.diff | 10 | ||||
-rw-r--r-- | media-libs/t1lib/t1lib-5.1.1.ebuild | 3 |
3 files changed, 17 insertions, 2 deletions
diff --git a/media-libs/t1lib/ChangeLog b/media-libs/t1lib/ChangeLog index a77d23fca280..5bc67c766730 100644 --- a/media-libs/t1lib/ChangeLog +++ b/media-libs/t1lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/t1lib # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.64 2007/09/26 15:47:57 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.65 2007/09/27 23:37:56 hanno Exp $ + + 27 Sep 2007; Hanno Boeck <hanno@gentoo.org> +files/t1lib-5.1.1-qa.diff, + t1lib-5.1.1.ebuild: + QA: Fix compile warnings. 26 Sep 2007; Christoph Mende <angelos@gentoo.org> t1lib-5.0.2-r1.ebuild, t1lib-5.1.1.ebuild: diff --git a/media-libs/t1lib/files/t1lib-5.1.1-qa.diff b/media-libs/t1lib/files/t1lib-5.1.1-qa.diff new file mode 100644 index 000000000000..e507fda11286 --- /dev/null +++ b/media-libs/t1lib/files/t1lib-5.1.1-qa.diff @@ -0,0 +1,10 @@ +--- t1lib-5.1.1/examples/subset.c 2005-05-07 23:09:04.000000000 +0200 ++++ t1lib-5.1.1-qa/examples/subset.c 2007-09-26 21:49:19.000000000 +0200 +@@ -31,6 +31,7 @@ + + #include <stdio.h> + #include <string.h> ++#include <stdlib.h> + /* Note: We include t1lib.h from lib/t1lib. That way the objectfile does only + need to be rebuild when the header itself changes and not each time the + library has been recompiled */ diff --git a/media-libs/t1lib/t1lib-5.1.1.ebuild b/media-libs/t1lib/t1lib-5.1.1.ebuild index 840fd164237c..5fa3c58fabb3 100644 --- a/media-libs/t1lib/t1lib-5.1.1.ebuild +++ b/media-libs/t1lib/t1lib-5.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.1.1.ebuild,v 1.4 2007/09/26 15:47:57 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.1.1.ebuild,v 1.5 2007/09/27 23:37:56 hanno Exp $ inherit eutils flag-o-matic libtool toolchain-funcs @@ -27,6 +27,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-5.0.2-SA26241_buffer_overflow.patch + epatch "${FILESDIR}/${P}-qa.diff" sed -i -e "s:dvips:#dvips:" "${S}"/doc/Makefile.in sed -i -e "s:\./\(t1lib\.config\):/etc/t1lib/\1:" "${S}"/xglyph/xglyph.c |