summaryrefslogtreecommitdiff
path: root/devel/ptl2/patches/patch-ad
blob: 35d02a7c4a373178683db0d5ad60269eba5e1d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.4 2001/07/13 16:06:46 bad Exp $

--- src/spec.h.orig	Thu Mar  2 07:06:39 2000
+++ src/spec.h	Fri Jul 13 16:44:17 2001
@@ -201,7 +201,7 @@
 # define NO_SHM
 #endif
 
-#if defined(__NetBSD__) && defined(sparc)
+#if defined(__NetBSD__) && (defined(sparc) || defined(__sparc__))
 # define NO_SHM			/* SHMLBA is not constant */
 # undef HAVE_SHMGET
 #endif