Index: head/graphics/gmt5/files/patch-src_common__sighandler.c =================================================================== --- head/graphics/gmt5/files/patch-src_common__sighandler.c (nonexistent) +++ head/graphics/gmt5/files/patch-src_common__sighandler.c (revision 493876) @@ -0,0 +1,11 @@ +--- src/common_sighandler.c.orig 2019-02-25 06:44:38 UTC ++++ src/common_sighandler.c +@@ -69,6 +69,8 @@ void backtrace_symbols_fd(void *const *buffer, int siz + # define UC_IP(uc) ((void *) (uc)->uc_mcontext.mc_rip) + # elif defined( __arm__) + # define UC_IP(uc) ((void *) (uc)->uc_mcontext.arm_pc) ++# elif defined( __ppc__) ++# define UC_IP(uc) ((void *) (uc)->uc_mcontext.mc_srr0) + # else + # define UC_IP(uc) ((void *) (uc)->uc_mcontext.mc_eip) + # endif Property changes on: head/graphics/gmt5/files/patch-src_common__sighandler.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property