summaryrefslogtreecommitdiff
path: root/lang/gprolog/patches/patch-am
blob: cbed97d94427802f692ea08b9e0c707b8453cb44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-am,v 1.3 2003/06/23 19:48:24 jtb Exp $

--- EnginePl/obj_chain.c.orig
+++ EnginePl/obj_chain.c
@@ -207,7 +207,7 @@
 #endif
       (*p->fct_init) ();
 
-#if defined(M_powerpc_linux) || defined(M_alpha_linux) || \
+#if defined(M_powerpc_linux) || defined(M_alpha_linux) || defined(M_powerpc_bsd) ||\
     defined(M_mips_irix)
       p = (ObjChain *) ((long *) p + 1);
 #elif 0