summaryrefslogtreecommitdiff
path: root/lang/squeak/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'lang/squeak/patches/patch-ac')
-rw-r--r--lang/squeak/patches/patch-ac28
1 files changed, 9 insertions, 19 deletions
diff --git a/lang/squeak/patches/patch-ac b/lang/squeak/patches/patch-ac
index 49566c55a3a..45903fc8c14 100644
--- a/lang/squeak/patches/patch-ac
+++ b/lang/squeak/patches/patch-ac
@@ -1,22 +1,12 @@
-$NetBSD: patch-ac,v 1.3 2001/05/16 02:27:53 fredb Exp $
+$NetBSD: patch-ac,v 1.4 2004/04/26 07:10:16 fredb Exp $
---- ../src/unix/sqXWindow.c.orig Fri Mar 23 16:47:37 2001
-+++ ../src/unix/sqXWindow.c
-@@ -4220,7 +4220,7 @@
- error("Segmentation fault");
- }
+--- platforms/unix/config/config.h.in 2003-09-03 10:43:23.000000000 -0500
++++ platforms/unix/config/config.h.in 2003-09-15 15:15:41.000000000 -0500
+@@ -65,6 +65,7 @@
+ #undef USE_AUDIO_OSS
+ #undef USE_AUDIO_MACOSX
+ #undef OSS_DEVICE
++#undef USE_AUDIO_NETBSD
--#ifdef __alpha__
-+#if defined(__alpha__) && !defined(__NetBSD__)
- /* headers for setsysinfo (see below) */
- # include <sys/sysinfo.h>
- # include <sys/proc.h>
-@@ -4254,7 +4254,7 @@
+ /* header files */
- /* initialisation */
-
--# if defined(__alpha__)
-+#if defined(__alpha__) && !defined(__NetBSD__)
- /* disable printing of unaligned access exceptions */
- {
- int buf[2]= { SSIN_UACPROC, UAC_NOPRINT };