diff options
Diffstat (limited to 'lang/squeak/files/patch-platforms::unix::config::configure')
-rw-r--r-- | lang/squeak/files/patch-platforms::unix::config::configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/squeak/files/patch-platforms::unix::config::configure b/lang/squeak/files/patch-platforms::unix::config::configure new file mode 100644 index 000000000000..38f45aa494ec --- /dev/null +++ b/lang/squeak/files/patch-platforms::unix::config::configure @@ -0,0 +1,10 @@ +--- platforms/unix/config/configure.orig Mon May 10 10:54:48 2004 ++++ platforms/unix/config/configure Mon May 10 10:54:15 2004 +@@ -23526,6 +23526,7 @@ + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + #include <sys/soundcard.h> ++#define OPEN_SOUND_SYSTEM + int + main () + { |