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: Sat, 07 May 2022 05:58:02
Message-Id: 1651902982.3f4cfa11497a75b27897d688935794e3964b4ae9.cantcuckthis@gentoo
1 commit: 3f4cfa11497a75b27897d688935794e3964b4ae9
2 Author: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
3 AuthorDate: Sat May 7 05:56:22 2022 +0000
4 Commit: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
5 CommitDate: Sat May 7 05:56:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f4cfa11
7
8 app-office/sc-im: re-add xlsx export support
9
10 Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>
11
12 app-office/sc-im/sc-im-0.8.2-r1.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 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
16 index 8bf7613d1..d95a385a1 100644
17 --- a/app-office/sc-im/sc-im-0.8.2-r1.ebuild
18 +++ b/app-office/sc-im/sc-im-0.8.2-r1.ebuild
19 @@ -121,10 +121,10 @@ src_configure() {
20 append-cflags -DODS -DXLSX $(${PKGCONF} --cflags libxml-2.0 libzip)
21 LDLIBS+=" -DODS -DXLSX $(${PKGCONF} --libs libxml-2.0 libzip)"
22 fi
23 - # if use xlsx ; then
24 - # append-cflags -DXLSX_EXPORT $(${PKGCONF} --cflags xlsxwriter)
25 - # LDLIBS+=" -DXLSX_EXPORT $(${PKGCONF} --libs xlsxwriter)"
26 - # fi
27 + if use xlsx ; then
28 + append-cflags -DXLSX_EXPORT $(${PKGCONF} --cflags xlsxwriter)
29 + LDLIBS+=" -DXLSX_EXPORT $(${PKGCONF} --libs xlsxwriter)"
30 + fi
31 if use lua ; then
32 append-cflags -DXLUA $(${PKGCONF} --cflags lua)
33 LDLIBS+=" -DXLUA $(${PKGCONF} --libs lua) -rdynamic"