commit:     edb50d74d1826794b24fe6e90186bc5d973f064a
Author:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Wed May  4 06:32:31 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed May  4 06:35:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edb50d74

app-office/sc-im: remove xlsx export support

Temporarily removed xlsx export support because of build errors.

Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>

 app-office/sc-im/sc-im-0.8.2-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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
index d95a385a1..8bf7613d1 100644
--- a/app-office/sc-im/sc-im-0.8.2-r1.ebuild
+++ b/app-office/sc-im/sc-im-0.8.2-r1.ebuild
@@ -121,10 +121,10 @@ src_configure() {
                append-cflags -DODS -DXLSX $(${PKGCONF} --cflags libxml-2.0 
libzip)
                LDLIBS+=" -DODS -DXLSX $(${PKGCONF} --libs libxml-2.0 libzip)"
        fi
-       if use xlsx ; then
-               append-cflags -DXLSX_EXPORT $(${PKGCONF} --cflags xlsxwriter)
-               LDLIBS+=" -DXLSX_EXPORT $(${PKGCONF} --libs xlsxwriter)"
-       fi
+       # if use xlsx ; then
+       #       append-cflags -DXLSX_EXPORT $(${PKGCONF} --cflags xlsxwriter)
+       #       LDLIBS+=" -DXLSX_EXPORT $(${PKGCONF} --libs xlsxwriter)"
+       # fi
        if use lua ; then
                append-cflags -DXLUA $(${PKGCONF} --cflags lua)
                LDLIBS+=" -DXLUA $(${PKGCONF} --libs lua) -rdynamic"

Reply via email to