aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/xnec2c/xnec2c-1.3.ebuild')
-rw-r--r--sci-electronics/xnec2c/xnec2c-1.3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-electronics/xnec2c/xnec2c-1.3.ebuild b/sci-electronics/xnec2c/xnec2c-1.3.ebuild
index 1cfcaba5d..0dcd8dc0c 100644
--- a/sci-electronics/xnec2c/xnec2c-1.3.ebuild
+++ b/sci-electronics/xnec2c/xnec2c-1.3.ebuild
@@ -4,7 +4,7 @@
EAPI="2"
-inherit autotools
+inherit autotools eutils
DESCRIPTION="A GTK+ graphical interactive version of nec2c."
HOMEPAGE="http://5b4az.chronos.org.uk/pages/nec2.html"
@@ -23,6 +23,9 @@ DEPEND="${RDEPEND}
sys-devel/gettext"
src_prepare() {
+ # fix handling of long path and filenames
+ epatch "${FILESDIR}"/${P}-filename.patch
+
glib-gettextize --force --copy || die
eautoreconf
}