summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:54:59 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:54:59 +0000
commit23fadc50c557655098040eaf9aae205c9f942a95 (patch)
treeabbda9c6f5f687aa03d88aef1b4503903a89ab1e /dev-cpp/gnomemm/gnomemm-1.2.3-r1.ebuild
parentVarious epatch, sed, changelog and cosmetic changes (diff)
downloadgentoo-2-23fadc50c557655098040eaf9aae205c9f942a95.tar.gz
gentoo-2-23fadc50c557655098040eaf9aae205c9f942a95.tar.bz2
gentoo-2-23fadc50c557655098040eaf9aae205c9f942a95.zip
Various epatch, sed, changelog and cosmetic changes
Diffstat (limited to 'dev-cpp/gnomemm/gnomemm-1.2.3-r1.ebuild')
-rw-r--r--dev-cpp/gnomemm/gnomemm-1.2.3-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-cpp/gnomemm/gnomemm-1.2.3-r1.ebuild b/dev-cpp/gnomemm/gnomemm-1.2.3-r1.ebuild
index 16ac059b83b1..5581c842531c 100644
--- a/dev-cpp/gnomemm/gnomemm-1.2.3-r1.ebuild
+++ b/dev-cpp/gnomemm/gnomemm-1.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnomemm/gnomemm-1.2.3-r1.ebuild,v 1.7 2003/10/27 01:55:55 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnomemm/gnomemm-1.2.3-r1.ebuild,v 1.8 2004/01/04 18:54:49 aliz Exp $
inherit gcc
@@ -22,10 +22,9 @@ RDEPEND="=dev-cpp/gtkmm-1.2*
DEPEND="${RDEPEND}"
src_unpack() {
- unpack ${A}
+ unpack ${A} ; cd ${S}
# http://bugzilla.gnome.org/show_bug.cgi?id=121307 gcc 3.3.x (#27061)
- einfo "Applying ${FILESDIR}/${P}-gcc33.patch"
- cd ${S}; patch -p0 < ${FILESDIR}/${P}-gcc33.patch || die "patch failed"
+ epatch ${FILESDIR}/${P}-gcc33.patch
}
src_compile() {