mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
Ports: Add libgpg-error port
This commit is contained in:
parent
c3aac8cbe7
commit
45f1170691
6 changed files with 70 additions and 0 deletions
21
Ports/libgpg-error/patches/syscfg.patch
Normal file
21
Ports/libgpg-error/patches/syscfg.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
diff -Naur libgpg-error-1.42/src/syscfg/lock-obj-pub.i686-pc-serenity.h libgpg-error-1.42.serenity/src/syscfg/lock-obj-pub.i686-pc-serenity.h
|
||||
--- libgpg-error-1.42/src/syscfg/lock-obj-pub.i686-pc-serenity.h 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ libgpg-error-1.42.serenity/src/syscfg/lock-obj-pub.i686-pc-serenity.h 2021-04-14 01:24:29.444700685 +0200
|
||||
@@ -0,0 +1,17 @@
|
||||
+## lock-obj-pub.i686-pc-serenity.h - NO LOCK SUPPORT
|
||||
+## File created by gen-posix-lock-obj - DO NOT EDIT
|
||||
+## To be included by mkheader into gpg-error.h
|
||||
+
|
||||
+/* Dummy object - no locking available. */
|
||||
+typedef struct
|
||||
+{
|
||||
+ long _vers;
|
||||
+} gpgrt_lock_t;
|
||||
+
|
||||
+#define GPGRT_LOCK_INITIALIZER {-1}
|
||||
+##
|
||||
+## Local Variables:
|
||||
+## mode: c
|
||||
+## buffer-read-only: t
|
||||
+## End:
|
||||
+##
|
Loading…
Add table
Add a link
Reference in a new issue