summaryrefslogtreecommitdiffstats
path: root/source/l/libical
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-09-23 22:15:50 +0000
committer Eric Hameleers <alien@slackware.com>2019-09-24 08:59:42 +0200
commite9f66c56358ba27b346633a9741fad3cfbe483ac (patch)
treee1601c5aeeec2aadd7c7fc565927180d2b5687b4 /source/l/libical
parent63442b0649e576c10f99c815252d5604e0a3a2a0 (diff)
downloadcurrent-e9f66c56358ba27b346633a9741fad3cfbe483ac.tar.gz
current-e9f66c56358ba27b346633a9741fad3cfbe483ac.tar.xz
Mon Sep 23 22:15:50 UTC 201920190923221550
a/aaa_elflibs-15.0-x86_64-11.txz: Rebuilt. Upgraded: libelf-0.177.so, libcurl.so.4.6.0, libexpat.so.1.6.10, libglib-2.0.so.0.6200.0, libgmodule-2.0.so.0.6200.0, libgobject-2.0.so.0.6200.0, libgthread-2.0.so.0.6200.0, libstdc++.so.6.0.27, libtdb.so.1.4.2, libusb-1.0.so.0.2.0. Added: libisl.so.21.0.0, libmpc.so.3.1.0. a/kernel-firmware-20190923_417a9c6-noarch-1.txz: Upgraded. d/gcc-9.2.0-x86_64-2.txz: Rebuilt. Recompiled using --with-isl. The isl package is now required. d/gcc-brig-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-g++-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-gdc-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-gfortran-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-gnat-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-go-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-objc-9.2.0-x86_64-2.txz: Rebuilt. l/imagemagick-6.9.10_66-x86_64-1.txz: Upgraded. l/isl-0.21-x86_64-1.txz: Added. Necessary to build GCC with the Graphite loop optimizations. l/libical-3.0.6-x86_64-2.txz: Rebuilt. Rebuilt with -DGOBJECT_INTROSPECTION=true and -DICAL_GLIB_VAPI=true. Thanks to Skaendo. l/v4l-utils-1.18.0-x86_64-1.txz: Upgraded. x/xterm-349-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/libical')
-rwxr-xr-xsource/l/libical/libical.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/l/libical/libical.SlackBuild b/source/l/libical/libical.SlackBuild
index b5582eddf..e0150a1fd 100755
--- a/source/l/libical/libical.SlackBuild
+++ b/source/l/libical/libical.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libical
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -95,6 +95,8 @@ cmake \
-DMAN_INSTALL_DIR=/usr/man \
-DSYSCONF_INSTALL_DIR=/etc \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
+ -DGOBJECT_INTROSPECTION=true \
+ -DICAL_GLIB_VAPI=true \
-DSHARED_ONLY:BOOL=true \
.. || exit 1
make $NUMJOBS || make || exit 1