commit: 45e0aa901dddbdf56aaee549ad4e938e092dfeb6
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 07:29:42 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 07:30:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e0aa90
app-office/scribus: Fix bug #550818. Compile in src_compile().
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-office/scribus/scribus-1.5.2-r3.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/app-office/scribus/scribus-1.5.2-r3.ebuild
b/app-office/scribus/scribus-1.5.2-r3.ebuild
index 3cee37bb192..1a4f09c1400 100644
--- a/app-office/scribus/scribus-1.5.2-r3.ebuild
+++ b/app-office/scribus/scribus-1.5.2-r3.ebuild
@@ -104,6 +104,9 @@ src_prepare() {
}
src_configure() {
+ # bug #550818
+ append-cppflags -DHAVE_MEMRCHR
+
local _lang lang langs
for lang in ${IUSE_LINGUAS}; do
_lang=$(translate_lang ${lang})
@@ -149,6 +152,10 @@ src_configure() {
cmake-utils_src_configure
}
+src_compile() {
+ cmake-utils_src_compile
+}
+
src_install() {
cmake-utils_src_install