Bas Couwenberg pushed to branch master at Debian GIS Project / gmt
Commits: 0e54a740 by Bas Couwenberg at 2019-06-06T16:55:08Z Add patch by Jason Duerstock to fix FTBFS on ia64. (closes: #930082) - - - - - 3 changed files: - debian/changelog - + debian/patches/ia64.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +gmt (5.4.5+dfsg-3) UNRELEASED; urgency=medium + + * Add patch by Jason Duerstock to fix FTBFS on ia64. + (closes: #930082) + + -- Bas Couwenberg <[email protected]> Thu, 06 Jun 2019 18:54:29 +0200 + gmt (5.4.5+dfsg-2) unstable; urgency=medium * Remove package name from lintian overrides. ===================================== debian/patches/ia64.patch ===================================== @@ -0,0 +1,16 @@ +Description Add support for ia64. +Author: Jason Duerstock <[email protected]> +Origin: https://github.com/GenericMappingTools/gmt/pull/849/commits/3df36d0c8471b758ec8881d8b1b2e852376d8cb4 +Bug-Debian: https://bugs.debian.org/930082 + +--- a/src/common_sighandler.c ++++ b/src/common_sighandler.c +@@ -105,6 +105,8 @@ void backtrace_symbols_fd(void *const *b + # define UC_IP(uc) ((void *) (uc)->uc_mcontext.arm_pc) + # elif defined(__powerpc__) || defined(__powerpc64__) + # define UC_IP(uc) ((void *) (uc)->uc_mcontext.regs->nip) ++# elif defined(__ia64__) ++# define UC_IP(uc) ((void *) (uc)->uc_mcontext.sc_ip) + # else + # define UC_IP(uc) ((void *) (uc)->uc_mcontext.eip) + # endif ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ disable-triangle.patch manpage-section.patch spelling-errors.patch 0001-Same-fix-as-for-masters-but-for-5.4-542.patch +ia64.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/commit/0e54a740c82ba5109392f3d4782534f6fec2d6fc -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/commit/0e54a740c82ba5109392f3d4782534f6fec2d6fc You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
