diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-06-03 07:15:49 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-06-03 07:15:49 +0000 |
commit | 4a3968acea5084f6d7d46110de7d48190c16fb76 (patch) | |
tree | 4c3a905306710af9ef36fbe3b7a1be579b3c58ba /lang/squeak-dev/files/patch-platforms::unix::vm-sound-OSS::acinclude.m4 | |
parent | add smc 3.0.0 (diff) |
Resurrect lang/squeak: Squeak3 is the latest stable version.
Resurrection suggested by: marcus
Notes
Notes:
svn path=/head/; revision=110728
Diffstat (limited to 'lang/squeak-dev/files/patch-platforms::unix::vm-sound-OSS::acinclude.m4')
-rw-r--r-- | lang/squeak-dev/files/patch-platforms::unix::vm-sound-OSS::acinclude.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
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 <sys/soundcard.h>],[OPEN_SOUND_SYSTEM;],[ ++AC_TRY_COMPILE([#include <sys/soundcard.h>],[EV_SEQ_LOCAL;],[ + AC_MSG_RESULT(yes) + ],[ + AC_MSG_RESULT(no) |