Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308903
Collapse All | Expand All

(-)portage/kde-base/kmail/kmail-4.4.4.ebuild (+9 lines)
Lines 46-51 Link Here
46
"
46
"
47
KMLOADLIBS="libkdepim"
47
KMLOADLIBS="libkdepim"
48
src_unpack() {
49
       # workaround on ppc64, Bug #308903
50
       if [ ${ARCH} == ppc64 ];
51
       then
52
               append-flags "-mminimal-toc"
53
        fi
54
        kde4-meta_src_unpack
55
}
56
48
src_configure() {
57
src_configure() {
49
       mycmakeargs=(
58
       mycmakeargs=(
50
               -DWITH_IndicateQt=OFF
59
               -DWITH_IndicateQt=OFF
(-)portage/kde-base/kstars/kstars-4.4.4.ebuild (+9 lines)
Lines 21-26 Link Here
21
       "${FILESDIR}"/${PN}-4.3.80-solaris.patch
21
       "${FILESDIR}"/${PN}-4.3.80-solaris.patch
22
)
22
)
23
src_unpack() {
24
       # workaround on ppc64, Bug #308903
25
       if [ ${ARCH} == ppc64 ];
26
       then
27
               append-flags "-mminimal-toc"
28
        fi
29
        kde4-meta_src_unpack
30
}
31
23
src_configure() {
32
src_configure() {
24
       mycmakeargs=(
33
       mycmakeargs=(
25
               $(cmake-utils_use_with fits CFitsio)
34
               $(cmake-utils_use_with fits CFitsio)

Return to bug 308903