mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
devel/boehm-gc
This commit is contained in:
parent
c4f73dd928
commit
9ed6a2d5ed
@ -6,3 +6,4 @@ SHA512 (gc-7.6.0.tar.gz) = 511e8c01287b1ee9dbec87f0573377de77038b7af053a3f33afed
|
||||
Size (gc-7.6.0.tar.gz) = 1111751 bytes
|
||||
SHA1 (patch-include_private_gc__priv.h) = d9fc570f2ef9d57afe92e63db1f9c5f48b1c0514
|
||||
SHA1 (patch-include_private_gcconfig.h) = 23621c34483899df0b3d3dd9f982a1d601c716a0
|
||||
SHA1 (patch-zz-minix) = 66a58ef57dfa53cc977efd253bd3a88599114dab
|
||||
|
20
devel/boehm-gc/patches/patch-zz-minix
Normal file
20
devel/boehm-gc/patches/patch-zz-minix
Normal file
@ -0,0 +1,20 @@
|
||||
--- ./include/private/gcconfig.h.orig Tue Jun 3 06:08:02 2014
|
||||
+++ ./include/private/gcconfig.h Sun Apr 26 14:32:12 2015
|
||||
@@ -69,7 +69,7 @@
|
||||
# endif
|
||||
|
||||
/* And one for NetBSD: */
|
||||
-# if defined(__NetBSD__)
|
||||
+# if defined(__NetBSD__) || defined(__minix)
|
||||
# define NETBSD
|
||||
# endif
|
||||
|
||||
@@ -390,7 +390,7 @@
|
||||
# define OPENBSD
|
||||
# define mach_type_known
|
||||
# endif
|
||||
-# if defined(__NetBSD__) && (defined(i386) || defined(__i386__))
|
||||
+# if (defined(__minix) || defined(__NetBSD__)) && (defined(i386) || defined(__i386__))
|
||||
# define I386
|
||||
# define mach_type_known
|
||||
# endif
|
Loading…
x
Reference in New Issue
Block a user