summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/mc/mc-4.9999.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/mc/mc-4.9999.ebuild b/app-misc/mc/mc-4.9999.ebuild
index 2a9a6b4..475d049 100644
--- a/app-misc/mc/mc-4.9999.ebuild
+++ b/app-misc/mc/mc-4.9999.ebuild
@@ -41,16 +41,19 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
-src_unpack() {
- git_src_unpack
- cd "${S}"
+#src_unpack() {
+# git_src_unpack
+# cd "${S}"
# use unicode || \
# EPATCH_EXCLUDE="48_all_deb_utf8-slang2.patch 60_all_deb_recode.patch"
# EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patches
- # Prevent lazy bindings in cons.saver binary for bug #135009
+# # Prevent lazy bindings in cons.saver binary for bug #135009
+#}
+
+src_prepare() {
sed -i -e "s:^\(cons_saver_LDADD = .*\):\1 -Wl,-z,now:" \
src/Makefile.in || die "sed failed."