summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-01-29 15:45:38 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-01-29 15:45:38 +0100
commit37e148ea3642ac18f703bfe68083e185d29eea95 (patch)
treeffa6ea238016be68173bdc184299c3cc27dc81a6 /debian/patches
parent72ddb9bcb536c5773277eb0f61bc99c6324ba924 (diff)
Save work
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0140-Select_build_system.patch7
-rw-r--r--debian/patches/0145-int64.patch14
-rw-r--r--debian/patches/series24
3 files changed, 34 insertions, 11 deletions
diff --git a/debian/patches/0140-Select_build_system.patch b/debian/patches/0140-Select_build_system.patch
new file mode 100644
index 0000000..c59b138
--- /dev/null
+++ b/debian/patches/0140-Select_build_system.patch
@@ -0,0 +1,7 @@
+Index: trunk/CMakeLists.txt
+===================================================================
+--- /dev/null
++++ trunk/CMakeLists.txt
+@@ -0,0 +1,2 @@
++cmake_minimum_required(VERSION 3.0)
++include(${CMAKE_CURRENT_SOURCE_DIR}/build/linux64/CMakeLists.txt)
diff --git a/debian/patches/0145-int64.patch b/debian/patches/0145-int64.patch
new file mode 100644
index 0000000..127b20f
--- /dev/null
+++ b/debian/patches/0145-int64.patch
@@ -0,0 +1,14 @@
+Index: trunk/src/include/xbase.h
+===================================================================
+--- trunk.orig/src/include/xbase.h
++++ trunk/src/include/xbase.h
+@@ -20,6 +20,9 @@ Email Contact:
+ #include <time.h>
+ #include <math.h>
+
++typedef long long __int64;
++typedef int int __int32;
++
+ #ifdef HAVE_INTTYPES_H
+ #include <inttypes.h>
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index a362949..5cd5734 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,11 +1,13 @@
-0125-gcc6.patch
-0130-typos.patch
-0700-ReproducibleBuilds.patch
-0100-typo.patch
-0001-fixconfig.diff
-0005-autoconf-updates.diff
-0105-lesserg.diff
-0110-c++-includes.diff
-0115-gcc-fixes.diff
-0120-fix-types-include.diff
-0135-replace_gets.patch
+#0125-gcc6.patch
+#0130-typos.patch
+#0700-ReproducibleBuilds.patch
+#0100-typo.patch
+#0001-fixconfig.diff
+#0005-autoconf-updates.diff
+#0105-lesserg.diff
+#0110-c++-includes.diff
+#0115-gcc-fixes.diff
+#0120-fix-types-include.diff
+#0135-replace_gets.patch
+0145-int64.patch
+0140-Select_build_system.patch