Gentoo Archives: gentoo-commits

From: Dex Conner <cantcuckthis@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-office/sc-im/
Date: Wed, 04 May 2022 06:38:32
Message-Id: 1651646108.edb50d74d1826794b24fe6e90186bc5d973f064a.cantcuckthis@gentoo
1 commit: edb50d74d1826794b24fe6e90186bc5d973f064a
2 Author: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
3 AuthorDate: Wed May 4 06:32:31 2022 +0000
4 Commit: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
5 CommitDate: Wed May 4 06:35:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edb50d74
7
8 app-office/sc-im: remove xlsx export support
9
10 Temporarily removed xlsx export support because of build errors.
11
12 Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>
13
14 app-office/sc-im/sc-im-0.8.2-r1.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-office/sc-im/sc-im-0.8.2-r1.ebuild b/app-office/sc-im/sc-im-0.8.2-r1.ebuild
18 index d95a385a1..8bf7613d1 100644
19 --- a/app-office/sc-im/sc-im-0.8.2-r1.ebuild
20 +++ b/app-office/sc-im/sc-im-0.8.2-r1.ebuild
21 @@ -121,10 +121,10 @@ src_configure() {
22 append-cflags -DODS -DXLSX $(${PKGCONF} --cflags libxml-2.0 libzip)
23 LDLIBS+=" -DODS -DXLSX $(${PKGCONF} --libs libxml-2.0 libzip)"
24 fi
25 - if use xlsx ; then
26 - append-cflags -DXLSX_EXPORT $(${PKGCONF} --cflags xlsxwriter)
27 - LDLIBS+=" -DXLSX_EXPORT $(${PKGCONF} --libs xlsxwriter)"
28 - fi
29 + # if use xlsx ; then
30 + # append-cflags -DXLSX_EXPORT $(${PKGCONF} --cflags xlsxwriter)
31 + # LDLIBS+=" -DXLSX_EXPORT $(${PKGCONF} --libs xlsxwriter)"
32 + # fi
33 if use lua ; then
34 append-cflags -DXLUA $(${PKGCONF} --cflags lua)
35 LDLIBS+=" -DXLUA $(${PKGCONF} --libs lua) -rdynamic"