From 4a3968acea5084f6d7d46110de7d48190c16fb76 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Thu, 3 Jun 2004 07:15:49 +0000 Subject: Resurrect lang/squeak: Squeak3 is the latest stable version. Resurrection suggested by: marcus --- .../files/patch-platforms::unix::vm-sound-OSS::acinclude.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/squeak-dev/files/patch-platforms::unix::vm-sound-OSS::acinclude.m4 (limited to 'lang/squeak-dev/files/patch-platforms::unix::vm-sound-OSS::acinclude.m4') diff --git a/lang/squeak-dev/files/patch-platforms::unix::vm-sound-OSS::acinclude.m4 b/lang/squeak-dev/files/patch-platforms::unix::vm-sound-OSS::acinclude.m4 new file mode 100644 index 000000000000..3fb9e7e023a1 --- /dev/null +++ b/lang/squeak-dev/files/patch-platforms::unix::vm-sound-OSS::acinclude.m4 @@ -0,0 +1,11 @@ +--- platforms/unix/vm-sound-OSS/acinclude.m4.orig Mon May 10 10:18:03 2004 ++++ platforms/unix/vm-sound-OSS/acinclude.m4 Mon May 10 10:18:22 2004 +@@ -1,7 +1,7 @@ + # -*- sh -*- + + AC_MSG_CHECKING([for Open Sound System]) +-AC_TRY_COMPILE([#include ],[OPEN_SOUND_SYSTEM;],[ ++AC_TRY_COMPILE([#include ],[EV_SEQ_LOCAL;],[ + AC_MSG_RESULT(yes) + ],[ + AC_MSG_RESULT(no) -- cgit v1.2.3