diff options
Diffstat (limited to 'app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild')
-rw-r--r-- | app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild index 3e5ef51d91ea..15879bd097ad 100644 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild +++ b/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild,v 1.1 2008/07/03 22:24:36 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild,v 1.2 2008/07/04 19:43:04 yoswink Exp $ WX_GTK_VER="2.8" @@ -22,6 +22,13 @@ DEPEND="dev-libs/xerces-c \ app-text/aspell \ =x11-libs/wxGTK-2.8*" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/gcc-4.3-header-dependency.patch" +} + src_install() { emake DESTDIR="${D}" install || die "make install failed" |