aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDex Conner <cantcuckthis@danwin1210.de>2022-05-04 09:32:31 +0300
committerDex Conner <cantcuckthis@danwin1210.de>2022-05-04 09:35:08 +0300
commitedb50d74d1826794b24fe6e90186bc5d973f064a (patch)
tree1bf1f97c8874862e0f4ecba1451dbb02a9c18d6b /app-office
parentsys-cluster/mcxx: add missing test deps (diff)
downloadguru-edb50d74d1826794b24fe6e90186bc5d973f064a.tar.gz
guru-edb50d74d1826794b24fe6e90186bc5d973f064a.tar.bz2
guru-edb50d74d1826794b24fe6e90186bc5d973f064a.zip
app-office/sc-im: remove xlsx export support
Temporarily removed xlsx export support because of build errors. Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/sc-im/sc-im-0.8.2-r1.ebuild8
1 files 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"