diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-09 08:28:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-09 08:28:05 +0000 |
commit | 4345722c51043f795e5a63b542be5f462583cd81 (patch) | |
tree | d9abaff270b60f8f387854133e4dc72fd351d793 /media-gfx/autotrace/autotrace-0.31.1-r3.ebuild | |
parent | Removed dev-java/gnu-jaxp from the tree. (diff) | |
download | historical-4345722c51043f795e5a63b542be5f462583cd81.tar.gz historical-4345722c51043f795e5a63b542be5f462583cd81.tar.bz2 historical-4345722c51043f795e5a63b542be5f462583cd81.zip |
Add back wrongly dropped m4 patch.
Package-Manager: portage-2.2_rc13/cvs/Linux 2.6.27.4 x86_64
Diffstat (limited to 'media-gfx/autotrace/autotrace-0.31.1-r3.ebuild')
-rw-r--r-- | media-gfx/autotrace/autotrace-0.31.1-r3.ebuild | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/autotrace/autotrace-0.31.1-r3.ebuild b/media-gfx/autotrace/autotrace-0.31.1-r3.ebuild index 0ee461cba125..375e10b14b0d 100644 --- a/media-gfx/autotrace/autotrace-0.31.1-r3.ebuild +++ b/media-gfx/autotrace/autotrace-0.31.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1-r3.ebuild,v 1.6 2008/11/02 17:12:29 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1-r3.ebuild,v 1.7 2008/11/09 08:28:05 vapier Exp $ EAPI=1 @@ -24,12 +24,16 @@ RDEPEND="media-libs/libexif DEPEND="${RDEPEND} dev-util/pkgconfig" -PATCHES=( "${WORKDIR}/autotrace_0.31.1-13.diff" - "${FILESDIR}/${P}-swf-output.patch" ) +PATCHES=( + "${WORKDIR}"/autotrace_0.31.1-13.diff + "${FILESDIR}"/${P}-swf-output.patch + "${FILESDIR}"/${P}-m4.patch +) src_compile() { - #Autotrace will autolink to ming if present. Forcing on. - econf --disable-dependency-tracking \ + # Autotrace will autolink to ming if present. Forcing on. + econf \ + --disable-dependency-tracking \ --with-ming \ $(use_with imagemagick magick) \ $(use_with pdf pstoedit) \ |