summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2007-12-06 08:55:41 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2007-12-06 08:55:41 +0000
commit5f6dd7b19c37bcc53c8d1ff91c67ffefbb2df04d (patch)
tree7665cb89a9dc9ec9bc9e3c8a329b0e7e53280d90 /x11-libs/fltk/fltk-1.1.7.ebuild
parentRemove LDFLAGS from fltk-config, see bug #199537. (diff)
downloadhistorical-5f6dd7b19c37bcc53c8d1ff91c67ffefbb2df04d.tar.gz
historical-5f6dd7b19c37bcc53c8d1ff91c67ffefbb2df04d.tar.bz2
historical-5f6dd7b19c37bcc53c8d1ff91c67ffefbb2df04d.zip
QA fixes, removed unneeded version.
Package-Manager: portage-2.1.4_rc7
Diffstat (limited to 'x11-libs/fltk/fltk-1.1.7.ebuild')
-rw-r--r--x11-libs/fltk/fltk-1.1.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/fltk/fltk-1.1.7.ebuild b/x11-libs/fltk/fltk-1.1.7.ebuild
index e79869f41c9f..6f91e6430427 100644
--- a/x11-libs/fltk/fltk-1.1.7.ebuild
+++ b/x11-libs/fltk/fltk-1.1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.7.ebuild,v 1.17 2007/08/22 09:25:10 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.7.ebuild,v 1.18 2007/12/06 08:55:41 nelchael Exp $
inherit eutils toolchain-funcs multilib
@@ -33,7 +33,7 @@ DEPEND="x11-libs/libXext
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/libs-1.7.diff" || die "patch failed"
use amd64 && {
epatch "${FILESDIR}/${P}-amd64.patch" || die "patch failed"