Lines 94-100
Link Here
|
94 |
--enable-ssl |
94 |
--enable-ssl |
95 |
$(use_enable debug) |
95 |
$(use_enable debug) |
96 |
$(use_enable doc full-doc) |
96 |
$(use_enable doc full-doc) |
97 |
--with-guis="${guis[@]}" |
|
|
98 |
--with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc" |
97 |
--with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc" |
99 |
) |
98 |
) |
100 |
use qt5 && myeconfargs+=( |
99 |
use qt5 && myeconfargs+=( |
Lines 102-108
Link Here
|
102 |
--with-qt5-qmake="$(qt5_get_bindir)/qmake" |
101 |
--with-qt5-qmake="$(qt5_get_bindir)/qmake" |
103 |
) |
102 |
) |
104 |
|
103 |
|
105 |
econf ${myeconfargs[@]} |
104 |
guis_config="--with-guis=${guis[@]}" |
|
|
105 |
|
106 |
econf "${myeconfargs[@]}" "${guis_config}" |
106 |
} |
107 |
} |
107 |
|
108 |
|
108 |
src_compile() { |
109 |
src_compile() { |