diff options
Diffstat (limited to '')
-rw-r--r-- | x11-clocks/emiclock/files/patch-aa | 11 |
1 files changed, 7 insertions, 4 deletions
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 @@ * $B%5%&%s%I4X78$N@_Dj(B */ --#undef USE_SOUND /* $B%5%&%s%I$r;H$&!)(B */ ++#ifdef __i386 +#define USE_SOUND /* $B%5%&%s%I$r;H$&!)(B */ ++#else + #undef USE_SOUND /* $B%5%&%s%I$r;H$&!)(B */ ++#endif /* #define EmiClockLib /usr/local/lib/X11/EmiClock */ /* $(LIBDIR)/EmiClock $B0J30$N>l=j$K%5%&%s%I%U%!%$%k$r%$%s%9%H!<%k(B */ |