diff options
author | 2005-05-24 22:55:44 +0000 | |
---|---|---|
committer | 2005-05-24 22:55:44 +0000 | |
commit | c6006edab6691cbb52b12a4f01e9905219a89066 (patch) | |
tree | 66c979d242a1c08c7e6bc26c74eecdae6ff485a8 /media-gfx/gnuplot/gnuplot-4.0-r1.ebuild | |
parent | bump version (diff) | |
download | historical-c6006edab6691cbb52b12a4f01e9905219a89066.tar.gz historical-c6006edab6691cbb52b12a4f01e9905219a89066.tar.bz2 historical-c6006edab6691cbb52b12a4f01e9905219a89066.zip |
(#86008) Add pdflib-6-compat.patch to fix compilation against >=pdflib-6. PDF_open_fp suddenly disappeared, so switch to PDF_open_file.
Diffstat (limited to 'media-gfx/gnuplot/gnuplot-4.0-r1.ebuild')
-rw-r--r-- | media-gfx/gnuplot/gnuplot-4.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild b/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild index e138a53ba7c6..c4f1978a05d7 100644 --- a/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild +++ b/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild,v 1.14 2005/03/30 16:29:30 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild,v 1.15 2005/05/24 22:55:44 spyderous Exp $ inherit eutils elisp-common @@ -36,6 +36,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/header-order.patch + epatch ${FILESDIR}/pdflib-6-compat.patch } src_compile() { |