summaryrefslogtreecommitdiff
path: root/lang/gprolog/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gprolog/patches/patch-ae')
-rw-r--r--lang/gprolog/patches/patch-ae15
1 files changed, 10 insertions, 5 deletions
diff --git a/lang/gprolog/patches/patch-ae b/lang/gprolog/patches/patch-ae
index 2ffee6f6120..b26729b736b 100644
--- a/lang/gprolog/patches/patch-ae
+++ b/lang/gprolog/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.3 2003/06/23 19:48:22 jtb Exp $
+$NetBSD: patch-ae,v 1.4 2003/07/07 21:31:53 jtb Exp $
--- EnginePl/gp_config.h.in.orig
+++ EnginePl/gp_config.h.in
@@ -14,17 +14,22 @@ $NetBSD: patch-ae,v 1.3 2003/06/23 19:48:22 jtb Exp $
#undef HAVE_MALLOC_H
/* Define if you have a working `mmap' system call */
-@@ -151,9 +154,12 @@
+@@ -148,11 +151,17 @@
+ /* Define if the system is a sparc/sunos */
+ #undef M_sparc_sunos
+
++/* Define if the system is a sparc/bsd */
++#undef M_sparc_bsd
++
/* Define if the system is a powerpc/linux */
#undef M_powerpc_linux
-/* Define if the system is a powerpc/bsd */
+/* Define if the system is a powerpc/darwin */
#undef M_powerpc_darwin
-
++
+/* Define if the system is a powerpc/bsd */
+#undef M_powerpc_bsd
-+
- /* Constant definitions */
+