diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-05-23 16:58:52 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-05-23 16:58:52 +0000 |
commit | 808804349dbb21d3fd748ce3df8a7c10294865d3 (patch) | |
tree | 0204c7a741dc85d6827ab49380aba3765db0705e /media-gfx/pstoedit | |
parent | Removed local USE flags from armagetronad, since they're not used in the ebuild. (diff) | |
download | gentoo-2-808804349dbb21d3fd748ce3df8a7c10294865d3.tar.gz gentoo-2-808804349dbb21d3fd748ce3df8a7c10294865d3.tar.bz2 gentoo-2-808804349dbb21d3fd748ce3df8a7c10294865d3.zip |
Fix underquoted definition in pstoedit.m4.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'media-gfx/pstoedit')
-rw-r--r-- | media-gfx/pstoedit/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/pstoedit/files/pstoedit-m4-quoting.patch | 11 | ||||
-rw-r--r-- | media-gfx/pstoedit/pstoedit-3.42.ebuild | 6 |
3 files changed, 20 insertions, 4 deletions
diff --git a/media-gfx/pstoedit/ChangeLog b/media-gfx/pstoedit/ChangeLog index 42a6b4e84d8e..a5f844e49dd8 100644 --- a/media-gfx/pstoedit/ChangeLog +++ b/media-gfx/pstoedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/pstoedit # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.24 2006/05/21 17:06:34 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/ChangeLog,v 1.25 2006/05/23 16:58:52 nattfodd Exp $ + + 23 May 2006; Alexandre Buisse <nattfodd@gentoo.org> + +files/pstoedit-m4-quoting.patch, pstoedit-3.42.ebuild: + Trivial fix to the UNDERQUOTED_DEFINITION in pstoedit.m4. Thanks to TGL in + bug #133302. 21 May 2006; Martin Ehmsen <ehmsen@gentoo.org> pstoedit-3.42.ebuild: Added emf use flag which pulls libemf (only on non amd64), thanks to whereami diff --git a/media-gfx/pstoedit/files/pstoedit-m4-quoting.patch b/media-gfx/pstoedit/files/pstoedit-m4-quoting.patch new file mode 100644 index 000000000000..66e5b09d39e6 --- /dev/null +++ b/media-gfx/pstoedit/files/pstoedit-m4-quoting.patch @@ -0,0 +1,11 @@ +--- pstoedit-3.42/config/pstoedit.m4.orig 2006-05-14 18:28:22.450904504 +0200 ++++ pstoedit-3.42/config/pstoedit.m4 2006-05-14 18:29:27.178064480 +0200 +@@ -4,7 +4,7 @@ + dnl AM_PATH_PSTOEDIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) + dnl Test to see if libpstoedit is installed, and define PSTOEDIT_CFLAGS, LIBS + dnl +-AC_DEFUN(AM_PATH_PSTOEDIT, ++AC_DEFUN([AM_PATH_PSTOEDIT], + [dnl + dnl Get the cflags and libraries from the pstoedit-config script + dnl diff --git a/media-gfx/pstoedit/pstoedit-3.42.ebuild b/media-gfx/pstoedit/pstoedit-3.42.ebuild index 336b2d24b5b9..251d193e76a3 100644 --- a/media-gfx/pstoedit/pstoedit-3.42.ebuild +++ b/media-gfx/pstoedit/pstoedit-3.42.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.42.ebuild,v 1.3 2006/05/21 17:06:34 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.42.ebuild,v 1.4 2006/05/23 16:58:52 nattfodd Exp $ -inherit libtool +inherit libtool eutils # see bug #29724. please don't re-enable flash support until # ming has the patches applied <obz@gentoo.org> @@ -32,7 +32,7 @@ src_unpack() { unpack ${A}; cd ${S} # need to remove the pedantic flag, see bug #39557 sed -i -e "s/\-pedantic//" configure - + epatch ${FILESDIR}/${PN}-m4-quoting.patch } src_compile() { |