Port-hppa archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: failure to build boehm / gnutls



Please try the attached diff.
Thanks.
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/boehm-gc/distinfo,v
retrieving revision 1.57
diff -u -r1.57 distinfo
--- distinfo	3 Dec 2016 03:09:26 -0000	1.57
+++ distinfo	22 Jun 2017 23:50:13 -0000
@@ -7,5 +7,5 @@
 SHA1 (patch-configure) = f3bb73ee9535fa2d313bab5d4afa961457c8762c
 SHA1 (patch-dyn__load.c) = 5869f863853a80bb290c8224c4f861a92553e278
 SHA1 (patch-include_private_gc__priv.h) = d9fc570f2ef9d57afe92e63db1f9c5f48b1c0514
-SHA1 (patch-include_private_gcconfig.h) = 23621c34483899df0b3d3dd9f982a1d601c716a0
+SHA1 (patch-include_private_gcconfig.h) = 027caa7d54a4ce17f2cc100ebb3072c456a7c217
 SHA1 (patch-tools_threadlibs.c) = 5dd3e8bdbba8806cafcbaa5aa5c0a0778243c8ab
Index: patches/patch-include_private_gcconfig.h
===================================================================
RCS file: /cvsroot/pkgsrc/devel/boehm-gc/patches/patch-include_private_gcconfig.h,v
retrieving revision 1.1
diff -u -r1.1 patch-include_private_gcconfig.h
--- patches/patch-include_private_gcconfig.h	21 Sep 2016 17:59:11 -0000	1.1
+++ patches/patch-include_private_gcconfig.h	22 Jun 2017 23:50:13 -0000
@@ -3,8 +3,19 @@
 Fix 'unknown type name GC_INNER' compilation error (FreeBSD)
 from https://github.com/ivmai/bdwgc/commit/6f4e123e34c2e20343a84b6fadd17bde0e7b354c
 
+NetBSD/hppa isn't HPUX
+
 --- include/private/gcconfig.h.orig	2016-08-02 19:36:14.000000000 +0000
 +++ include/private/gcconfig.h
+@@ -265,7 +265,7 @@
+ # if defined(_PA_RISC1_0) || defined(_PA_RISC1_1) || defined(_PA_RISC2_0) \
+      || defined(hppa) || defined(__hppa__)
+ #   define HP_PA
+-#   if !defined(LINUX) && !defined(HPUX) && !defined(OPENBSD)
++#   if !defined(LINUX) && !defined(HPUX) && !defined(OPENBSD) && !defined(NETBSD)
+ #     define HPUX
+ #   endif
+ #   define mach_type_known
 @@ -2745,11 +2745,6 @@
  # define SUNOS5SIGS
  #endif


Home | Main Index | Thread Index | Old Index