Update to version 20170308230210.
This commit is contained in:
parent
b9d5c9fe55
commit
66ff0de22c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435779
@ -1,2 +1,2 @@
|
||||
GIT_SRC_HASH= d3cb23b7d70251cd101b825548435ea98ec6a2a6
|
||||
GIT_SRC_DATE= 20170224025915
|
||||
GIT_SRC_HASH= a73abbfc314f0462d304c3b7e18941158116fb7f
|
||||
GIT_SRC_DATE= 20170308230210
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1487932571
|
||||
SHA256 (kicad/kicad-r20170224025915.tar.bz2) = 430b0b12221eadf20d834a7dc3f743d4ae40cb7a4e2113b7f1228662d26bc3e6
|
||||
SIZE (kicad/kicad-r20170224025915.tar.bz2) = 216265495
|
||||
TIMESTAMP = 1489012995
|
||||
SHA256 (kicad/kicad-r20170308230210.tar.bz2) = 6abd7dbb60aa14e734e62195a974b73c4fcb7e626b5cfc7be7a6d8123bbacac9
|
||||
SIZE (kicad/kicad-r20170308230210.tar.bz2) = 221688625
|
||||
|
24
cad/kicad-devel/files/patch-include-system-libcontext.h
Normal file
24
cad/kicad-devel/files/patch-include-system-libcontext.h
Normal file
@ -0,0 +1,24 @@
|
||||
--- include/system/libcontext.h.orig 2017-03-08 13:29:09.028153000 +0100
|
||||
+++ include/system/libcontext.h 2017-03-08 13:31:22.843111000 +0100
|
||||
@@ -23,5 +23,5 @@
|
||||
|
||||
|
||||
-#if defined(__GNUC__) || defined(__APPLE__)
|
||||
+#if defined(__GNUC__) || defined(__APPLE__) || defined(__FreeBSD__)
|
||||
|
||||
#define LIBCONTEXT_COMPILER_gcc
|
||||
@@ -55,5 +55,5 @@
|
||||
#define LIBCONTEXT_CALL_CONVENTION __cdecl
|
||||
#endif
|
||||
- #elif defined(__APPLE__) && defined(__MACH__)
|
||||
+ #elif defined(__APPLE__) && defined(__MACH__) || defined(__FreeBSD__)
|
||||
#if defined (__i386__)
|
||||
#define LIBCONTEXT_PLATFORM_apple_i386
|
||||
@@ -62,4 +62,7 @@
|
||||
#define LIBCONTEXT_PLATFORM_apple_x86_64
|
||||
#define LIBCONTEXT_CALL_CONVENTION
|
||||
+ #elif defined (__amd64__)
|
||||
+ #define LIBCONTEXT_PLATFORM_apple_x86_64
|
||||
+ #define LIBCONTEXT_CALL_CONVENTION
|
||||
#endif
|
||||
#endif
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user