Lines 41-46
src_prepare() {
Link Here
|
41 |
sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EROOT}usr/share/eix/eix-functions\\\\\":" \ |
41 |
sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EROOT}usr/share/eix/eix-functions\\\\\":" \ |
42 |
-i src/Makefile.am || die |
42 |
-i src/Makefile.am || die |
43 |
eautoreconf |
43 |
eautoreconf |
|
|
44 |
if [[ ${CHOST} == *-cygwin* ]]; then |
45 |
# work around https://github.com/vaeth/eix/issues/64, bug#687988 |
46 |
sed -i -e 's/-mindirect-branch=thunk/-mno-indirect-branch=thunk/' configure || die |
47 |
fi |
44 |
} |
48 |
} |
45 |
|
49 |
|
46 |
src_configure() { |
50 |
src_configure() { |
47 |
- |
|
|