diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2012-11-09 20:13:21 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2012-11-09 20:13:21 +0200 |
commit | fe1db5b4c5c1ba306799f3167948f90eadaf38fa (patch) | |
tree | 1257d3b01803ffeb6ca03a0175fa95925d639c64 /app-misc | |
parent | 7376655d46827d33cf088e08263c9e9f8ca18242 (diff) |
modified: app-misc/mc/mc-4.9999.ebuild
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/mc/mc-4.9999.ebuild | 11 |
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." |