pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/mercury mercury: disable non-local gotos on power...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7b029149301
branches: trunk
changeset: 381905:c7b029149301
user: maya <maya%pkgsrc.org@localhost>
date: Tue Jun 19 02:04:04 2018 +0000
description:
mercury: disable non-local gotos on powerpc(32) too
PR pkg/53346: The configure test for use of labels loops on powerpc
diffstat:
lang/mercury/distinfo | 4 ++--
lang/mercury/patches/patch-at | 15 ++++++++++++++-
2 files changed, 16 insertions(+), 3 deletions(-)
diffs (48 lines):
diff -r dec0d07c808f -r c7b029149301 lang/mercury/distinfo
--- a/lang/mercury/distinfo Tue Jun 19 01:30:26 2018 +0000
+++ b/lang/mercury/distinfo Tue Jun 19 02:04:04 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2018/02/18 05:30:55 rillig Exp $
+$NetBSD: distinfo,v 1.19 2018/06/19 02:04:04 maya Exp $
SHA1 (mercury-srcdist-14.01.1.tar.gz) = 8d8295aed6cadb6cd2e932490042de6075d18acf
RMD160 (mercury-srcdist-14.01.1.tar.gz) = 8ee4a5ee694985b6d6453bee86a3a7e12cc9d0ac
@@ -11,4 +11,4 @@
SHA1 (patch-ao) = 88011fb285d0e71126524fb41d0a46831d1532e7
SHA1 (patch-ap) = 1140c0c9db3ed621f50247b5d0fc1cc1291c7b79
SHA1 (patch-aq) = f9b80024440fb4dbcf77c1daca5bc40d4aeb2f61
-SHA1 (patch-at) = fc77b1e0059a7eb98e5d9c9fb30b69434fcf475c
+SHA1 (patch-at) = 49bf68b771d998ee21be2f47a7b35141a8983924
diff -r dec0d07c808f -r c7b029149301 lang/mercury/patches/patch-at
--- a/lang/mercury/patches/patch-at Tue Jun 19 01:30:26 2018 +0000
+++ b/lang/mercury/patches/patch-at Tue Jun 19 02:04:04 2018 +0000
@@ -1,8 +1,10 @@
-$NetBSD: patch-at,v 1.5 2015/12/26 11:58:19 joerg Exp $
+$NetBSD: patch-at,v 1.6 2018/06/19 02:04:04 maya Exp $
Support shared libraries.
Don't capture value of HOME.
+No non-local gotos on powerpc32, too
+
--- configure.orig 2014-09-08 04:56:03.000000000 +0000
+++ configure
@@ -1514,7 +1514,7 @@ Installation directories:
@@ -14,6 +16,17 @@
For better control, use the options below.
+@@ -9318,8 +9318,8 @@ case "$ac_cv_c_compiler_gnu" in yes)
+ mercury_cv_asm_labels=no
+ mercury_cv_gcc_labels=no
+ ;;
+- powerpc64-*)
+- echo "gcc labels do not work on PPC64" 1>&6
++ powerpc*-*)
++ echo "gcc labels do not work on PPC" 1>&6
+ mercury_cv_asm_labels=no
+ mercury_cv_gcc_labels=no
+ ;;
@@ -11481,7 +11481,7 @@ $as_echo "yes" >&6; }
EXT_FOR_SHARED_LIB=so
EXT_FOR_LINK_WITH_PIC_OBJECTS=o
Home |
Main Index |
Thread Index |
Old Index