diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2008-11-24 21:52:16 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2008-11-24 21:52:16 +0000 |
commit | aded3d94e17672a7272ff54a56e2f08edac26cae (patch) | |
tree | 399315c1caf3bebfa1315a187422b218f4603e4f /media-libs/ftgl | |
parent | Version bump for bug 247601, thanks to Sebastian Mair for reporting. (diff) | |
download | gentoo-2-aded3d94e17672a7272ff54a56e2f08edac26cae.tar.gz gentoo-2-aded3d94e17672a7272ff54a56e2f08edac26cae.tar.bz2 gentoo-2-aded3d94e17672a7272ff54a56e2f08edac26cae.zip |
Fix bug #248589 reported by mathwizard@gmx.de
(Portage version: 2.1.4.5)
Diffstat (limited to 'media-libs/ftgl')
-rw-r--r-- | media-libs/ftgl/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch | 19 |
2 files changed, 24 insertions, 1 deletions
diff --git a/media-libs/ftgl/ChangeLog b/media-libs/ftgl/ChangeLog index 3206135be962..629726861053 100644 --- a/media-libs/ftgl/ChangeLog +++ b/media-libs/ftgl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/ftgl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ChangeLog,v 1.22 2008/11/23 21:17:38 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ChangeLog,v 1.23 2008/11/24 21:52:16 tupone Exp $ + + 24 Nov 2008; Tupone Alfredo <tupone@gentoo.org> + files/ftgl-2.1.3_rc5-gentoo.patch: + Fix bug #248589 reported by mathwizard@gmx.de *ftgl-2.1.3_rc5 (23 Nov 2008) diff --git a/media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch b/media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch index e938665bad8a..43571d5a07db 100644 --- a/media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch +++ b/media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch @@ -21,3 +21,22 @@ if test "x${LATEX}" != "xno"; then AC_MSG_CHECKING(for a4.sty and a4wide.sty) if "${KPSEWHICH}" a4.sty >/dev/null 2>&1; then +--- Makefile.am.old 2008-11-24 22:35:16.000000000 +0100 ++++ Makefile.am 2008-11-24 22:36:32.000000000 +0100 +@@ -24,16 +24,6 @@ + m4 \ + $(NULL) + +-# Print out an informative summary. +-all-local: +- @$(ECHO) "Done." +- @$(ECHO) +- @if test "x$(MAKECMDGOALS)" = "xall-am" -o "x$(.TARGETS)" = "xall-am" -o "x$(MAKECMDGOALS)" = "x" -o "x$(.TARGETS)" = "x" ; then \ +- $(ECHO) "---" ;\ +- $(ECHO) "Run 'make install' to begin installation into $(prefix)" ;\ +- fi +- @$(ECHO) +- + # Upload documentation + DOC = docs/html docs/latex/ftgl.pdf + HOST = ftgl.sf.net |