Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37710361
en ru br
ALT Linux repos
S:3.18.3-alt1
5.0: 2.6.0-alt1
4.1: 2.5.0-alt1
4.0: 2.0.0-alt0.M40.1
3.0: 1.0.9-alt1

Group :: Development/Tools
RPM: gambas

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gambas-3.11.4-alt-postgre-bool-type-fix.patch
Download


--- gb.db.postgresql/src/main.c.orig	2018-12-10 18:22:03.105685273 +0300
+++ gb.db.postgresql/src/main.c	2018-12-12 16:30:35.593730411 +0300
@@ -45,6 +45,11 @@
 #include "gb.db.proto.h"
 #include "main.h"
 
+#if !defined FALSE
+#define FALSE (0)
+#define TRUE (1)
+#endif
+
 
 GB_INTERFACE GB EXPORT;
 DB_INTERFACE DB EXPORT;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin