pkgsrc-WIP-changes archive

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

Added patch for natdylink on arm



Module Name:	pkgsrc-wip
Committed By:	Jaap Boender <jaapb%kerguelen.org@localhost>
Pushed By:	jaapb
Date:		Sat Mar 30 10:12:35 2019 +0000
Changeset:	bc10f370e0c82ac60f287eeafc6f9741765ee5f7

Modified Files:
	ocaml/patches/patch-configure

Log Message:
Added patch for natdylink on arm

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bc10f370e0c82ac60f287eeafc6f9741765ee5f7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ocaml/patches/patch-configure | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/ocaml/patches/patch-configure b/ocaml/patches/patch-configure
index d585ca83bd..a84e6b250f 100644
--- a/ocaml/patches/patch-configure
+++ b/ocaml/patches/patch-configure
@@ -18,7 +18,13 @@ Recognise SunOS as having shared libraries
  
  if test x"$enable_shared" != "xno"; then :
    case $host in #(
-@@ -13383,6 +13383,8 @@ if test x"$enable_shared" != "xno"; then
+@@ -13471,10 +13471,14 @@ fi ;; #(
+     natdynlink=true ;; #(
+   arm*-*-freebsd*) :
+     natdynlink=true ;; #(
++  arm*-*-netbsd*) :
++    natdynlink=true ;; #(
+   earm*-*-netbsd*) :
      natdynlink=true ;; #(
    aarch64-*-freebsd*) :
      natdynlink=true ;; #(


Home | Main Index | Thread Index | Old Index