diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 01:40:16 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 01:40:16 +0800 |
commit | 0cb028bda1154615a492af0b8654cc29c6f82a44 (patch) | |
tree | afcc2cd5d97f475d2ca3bf2d21276bbe9872455e /mail | |
parent | 726e01386ee210fd3d22f02ec3afb6155046d0ac (diff) | |
download | freebsd-ports-gnome-0cb028bda1154615a492af0b8654cc29c6f82a44.tar.gz freebsd-ports-gnome-0cb028bda1154615a492af0b8654cc29c6f82a44.tar.zst freebsd-ports-gnome-0cb028bda1154615a492af0b8654cc29c6f82a44.zip |
Disable sound support on the Alpha.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xmailbox/files/patch-aa | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/mail/xmailbox/files/patch-aa b/mail/xmailbox/files/patch-aa index 6ca1d4791246..59246f9e4612 100644 --- a/mail/xmailbox/files/patch-aa +++ b/mail/xmailbox/files/patch-aa @@ -1,5 +1,5 @@ ---- Imakefile Wed Jul 16 16:36:17 1997 -+++ /home/andy/tmp/wrk/Imakefile Sat May 23 23:17:12 1998 +--- Imakefile.orig Wed Jul 16 11:36:17 1997 ++++ Imakefile Sun Jun 20 10:50:43 1999 @@ -5,7 +5,7 @@ # Note: you need to have XPM 3.4 or higher! #------------------------------------------ @@ -9,21 +9,24 @@ XPMLIBDIR = /usr/X11/lib XPMLIB = -L$(XPMLIBDIR) -lXpm -@@ -20,7 +20,7 @@ +@@ -20,7 +20,9 @@ # Comment the following define if you # want audio support #------------------------------------------ --#define NO_AUDIO /* */ -+/* #define NO_AUDIO /* */ ++#ifdef AlphaArcitecture + #define NO_AUDIO /* */ ++#endif #------------------------------------------ # Uncomment the following define if your -@@ -42,7 +42,7 @@ +@@ -42,7 +44,9 @@ # uncomment the following define to # turn on sound support. #------------------------------------------ -/* SUN_AUDIO = -DSUN_AUDIO /* */ ++#ifdef i386Architecture +SUN_AUDIO = -DSUN_AUDIO /* */ ++#endif #------------------------------------------ # Uncomment the following define if you |