mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Updated GNU global to version 5.8
This commit is contained in:
14
dev-util/global/patches/global-5.8.patch
Normal file
14
dev-util/global/patches/global-5.8.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff -ur global-5.8/libdb/db.h global-5.8-haiku/libdb/db.h
|
||||
--- global-5.8/libdb/db.h 2009-12-19 03:49:27.000000000 -0700
|
||||
+++ global-5.8-haiku/libdb/db.h 2009-12-29 02:50:48.000000000 -0700
|
||||
@@ -43,6 +43,10 @@
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
+#if defined(__HAIKU__)
|
||||
+#include <stdint.h>
|
||||
+#endif
|
||||
+
|
||||
#define RET_ERROR -1 /* Return values. */
|
||||
#define RET_SUCCESS 0
|
||||
#define RET_SPECIAL 1
|
||||
Reference in New Issue
Block a user