From f7da5be66fa0b4c8c59e444a9891f39f8f5ca881 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 31 May 1999 05:05:05 +0000 Subject: Turn off sound support on Alpha. --- x11-clocks/emiclock/files/patch-aa | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'x11-clocks/emiclock/files/patch-aa') diff --git a/x11-clocks/emiclock/files/patch-aa b/x11-clocks/emiclock/files/patch-aa index 90e054dbd281..5745c6daa4fc 100644 --- a/x11-clocks/emiclock/files/patch-aa +++ b/x11-clocks/emiclock/files/patch-aa @@ -1,11 +1,14 @@ ---- config.h~ Thu Jun 30 16:34:57 1994 -+++ config.h Wed Mar 15 10:52:12 1995 -@@ -51,7 +51,7 @@ +--- config.h.orig Fri Jan 10 20:35:43 1997 ++++ config.h Sun May 30 11:50:50 1999 +@@ -51,7 +51,11 @@ * サウンド関係の設定 */ --#undef USE_SOUND /* サウンドを使う? */ ++#ifdef __i386 +#define USE_SOUND /* サウンドを使う? */ ++#else + #undef USE_SOUND /* サウンドを使う? */ ++#endif /* #define EmiClockLib /usr/local/lib/X11/EmiClock */ /* $(LIBDIR)/EmiClock 以外の場所にサウンドファイルをインストール */ -- cgit v1.2.3