From 4899c16f3b66aba4a2197a6e5da96140accda052 Mon Sep 17 00:00:00 2001 From: Markus Dittrich Date: Sun, 18 Nov 2007 13:15:44 +0000 Subject: Fixed makefile to add missing symbol to shared lib (see bug #157287). (Portage version: 2.1.3.19) --- media-libs/qhull/qhull-3.1-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'media-libs/qhull/qhull-3.1-r1.ebuild') 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 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 * -- cgit v1.2.3-65-gdbad