summaryrefslogtreecommitdiff
path: root/lang/gprolog/patches/patch-ag
blob: 05bd2fa99fdd95e43023d10684abd02f24d99241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.4 2003/07/07 21:31:53 jtb Exp $

--- BipsPl/os_interf_c.c.orig
+++ BipsPl/os_interf_c.c
@@ -217,7 +217,7 @@
   tsig[nb_sig].atom = Create_Atom("SIGIO");
   tsig[nb_sig++].sig = SIGIO;
 #endif
-#if !defined( M_ix86_bsd ) && !defined( M_powerpc_darwin )
+#if !defined( M_ix86_bsd ) && !defined( M_powerpc_darwin ) && !defined( M_powerpc_bsd ) && !defined( M_sparc_bsd )
   tsig[nb_sig].atom = Create_Atom("SIGPOLL");
   tsig[nb_sig++].sig = SIGPOLL;
 #endif