diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-11-18 13:15:44 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-11-18 13:15:44 +0000 |
commit | 4899c16f3b66aba4a2197a6e5da96140accda052 (patch) | |
tree | affe08789274151945fa46c172ce75c9832ca8fc /media-libs/qhull/qhull-3.1-r1.ebuild | |
parent | New release 0.8.7a and new patch 0.8.6j-r7. Fixes possible Possible SQL injec... (diff) | |
download | gentoo-2-4899c16f3b66aba4a2197a6e5da96140accda052.tar.gz gentoo-2-4899c16f3b66aba4a2197a6e5da96140accda052.tar.bz2 gentoo-2-4899c16f3b66aba4a2197a6e5da96140accda052.zip |
Fixed makefile to add missing symbol to shared lib (see bug #157287).
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-libs/qhull/qhull-3.1-r1.ebuild')
-rw-r--r-- | media-libs/qhull/qhull-3.1-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/qhull/qhull-3.1-r1.ebuild b/media-libs/qhull/qhull-3.1-r1.ebuild index 3d2191d9689a..e97ec68cbbed 100644 --- a/media-libs/qhull/qhull-3.1-r1.ebuild +++ b/media-libs/qhull/qhull-3.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-3.1-r1.ebuild,v 1.12 2006/03/07 12:49:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-3.1-r1.ebuild,v 1.13 2007/11/18 13:15:43 markusle Exp $ inherit eutils @@ -18,12 +18,12 @@ S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} - cd ${S}/src + cd "${S}"/src mv Makefile.txt Makefile # Replaced sed/echo hacks by a clean patch. Fix build error on -fPIC archs # BUG #82646 # Danny van Dyk <kugelfang@gentoo.org> 2005/02/22 - epatch ${FILESDIR}/${P}-makefile.patch + epatch "${FILESDIR}"/${P}-makefile.patch } src_compile() { @@ -41,7 +41,7 @@ src_install() { insinto /usr/include/qhull doins *.h - cd ${S} + cd "${S}" dodoc Announce.txt COPYING.txt File_id.diz README.txt REGISTER.txt cd html dohtml * |