Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e14eb8f3
Commit
e14eb8f3
authored
Aug 17, 2014
by
Felix Paul Kühne
Browse files
contrib/gpg-error: fix compilation for embedded 64bit Darwin platforms
parent
2e2ffef8
Changes
2
Hide whitespace changes
Inline
Side-by-side
contrib/src/gpg-error/missing-unistd-include.patch
0 → 100644
View file @
e14eb8f3
diff -ru libgpg-error/tests/t-lock.c libgpg-error-fixed/tests/t-lock.c
--- libgpg-error/tests/t-lock.c 2014-01-24 21:50:09.000000000 +0100
+++ libgpg-error-fixed/tests/t-lock.c 2014-08-17 22:10:24.000000000 +0200
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include <assert.h>
#ifdef _WIN32
# include <windows.h>
contrib/src/gpg-error/rules.mak
View file @
e14eb8f3
...
...
@@ -12,6 +12,7 @@ libgpg-error: libgpg-error-$(GPGERROR_VERSION).tar.bz2 .sum-gpg-error
ifdef
HAVE_WIN32
$(APPLY)
$(SRC)
/gpg-error/windres-make.patch
endif
$(APPLY)
$(SRC)
/gpg-error/missing-unistd-include.patch
$(MOVE)
cp
$@
/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h
$@
/src/syscfg/lock-obj-pub.linux-android.h
ifdef
HAVE_IOS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment