From c1d106a4783e36c131e58c6f04cf35b986a19feaea53779056f4ea8bd4f05fae Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 29 Nov 2016 14:36:09 +0000 Subject: [PATCH] Test update to hg source code from 2016/11/28 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=54 --- clisp-link.dif | 11 +++++++++++ clisp.spec | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/clisp-link.dif b/clisp-link.dif index abed287..f2ae8f2 100644 --- a/clisp-link.dif +++ b/clisp-link.dif @@ -13,3 +13,14 @@ mkdir -p ${absdestdir}/${DYNMOD}; for f in ${DYNDIR_FILES}; do cp ${f} ${absdestdir}/${DYNMOD}/ +--- src/lispbibl.d ++++ src/lispbibl.d 2016-11-29 14:23:35.426290281 +0000 +@@ -1450,6 +1450,8 @@ typedef SLONG sint32; /* signed 32 bi + /* Emulate 64-Bit-numbers using two 32-Bit-numbers. */ + typedef struct { sintL hi; uintL lo; } sintL2; /* signed 64 Bit integer */ + typedef struct { uintL hi; uintL lo; } uintL2; /* unsigned 64 Bit integer */ ++ #define bitQ(n) bit(n) ++ #define bitQm(n) bitm(n) + #endif + /* Use 'uintX' and 'sintX' for Integers with approximately given width + and a minumum of storage space. */ diff --git a/clisp.spec b/clisp.spec index d74a835..7d00f79 100644 --- a/clisp.spec +++ b/clisp.spec @@ -262,7 +262,8 @@ tail -q -s 0.5 -f $SCREENLOG & pid=$! --with-module=bindings/glibc\ --with-module=clx/new-clx \ --with-module=berkeley-db \ - --with-module=postgresql + --with-module=postgresql \ + --cbc build-X %_make -C build %_make -C build check