Choose a soundfile to install
This commit is contained in:
parent
e2d653ba5a
commit
1594bb9093
@ -1,10 +1,16 @@
|
||||
--- Imakefile.orig Thu Jun 30 16:34:55 1994
|
||||
+++ Imakefile Thu Jan 9 11:56:08 1997
|
||||
@@ -90,6 +90,7 @@
|
||||
--- Imakefile.orig Thu Jun 30 09:34:55 1994
|
||||
+++ Imakefile Tue Jun 9 20:59:42 1998
|
||||
@@ -90,7 +90,13 @@
|
||||
/* FreeBSD */
|
||||
#if defined(i386BsdArchitecture) && (defined(i386FreeBsd) || defined(FreeBSDArchitecture))
|
||||
#define StartupSound myu.au
|
||||
+EXTRA_LIBRARIES = -lxpg4
|
||||
#endif /* i386BsdArchitecture && (i386FreeBsd || FreeBSDArchitecture) */
|
||||
+
|
||||
+/* OpenBSD */
|
||||
+#ifdef OpenBSDArchitecture
|
||||
+#define StartupSound myu.au
|
||||
+#endif /* OpenBSDArchitecture */
|
||||
|
||||
#else /* USE_NETAUDIO */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user