1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Update to r20170812181047.

This commit is contained in:
Michael Reifenberger 2017-08-13 18:12:50 +00:00
parent 98b56d0045
commit cde37b0e52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447907
4 changed files with 1062 additions and 371 deletions

View File

@ -1,2 +1,2 @@
GIT_SRC_HASH= 0719b99ad81c16f06e4068c91210230d7703aeec
GIT_SRC_DATE= 20170624104526
GIT_SRC_HASH= 0e41632105e3f1673fd8e455723ace079d931f8d
GIT_SRC_DATE= 20170812181047

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1498319256
SHA256 (kicad/kicad-r20170624104526.tar.bz2) = 285f97c5eb7537be9be535f74d9836d386723918a38d63bc8830e955a5039e89
SIZE (kicad/kicad-r20170624104526.tar.bz2) = 243515405
TIMESTAMP = 1502638580
SHA256 (kicad/kicad-r20170812181047.tar.bz2) = dda97045f539723b28a7355070a1dcd42aef19f4eb1d106fe0b139a2808110ce
SIZE (kicad/kicad-r20170812181047.tar.bz2) = 328816475

View File

@ -1,21 +0,0 @@
--- include/system/libcontext.h.orig 2017-03-23 17:46:25.970103000 +0100
+++ include/system/libcontext.h 2017-03-23 17:49:04.053146000 +0100
@@ -23,13 +23,15 @@
-#if defined(__GNUC__) || defined(__APPLE__)
+#if defined(__GNUC__) || defined(__APPLE__) || defined(__FreeBSD__)
#define LIBCONTEXT_COMPILER_gcc
- #if defined(__linux__)
+ #if defined(__linux__) || defined(__FreeBSD__)
#ifdef __x86_64__
#define LIBCONTEXT_PLATFORM_linux_x86_64
#define LIBCONTEXT_CALL_CONVENTION
-
+ #elif __amd64__
+ #define LIBCONTEXT_PLATFORM_linux_x86_64
+ #define LIBCONTEXT_CALL_CONVENTION
#elif __i386__
#define LIBCONTEXT_PLATFORM_linux_i386

File diff suppressed because it is too large Load Diff