17 lines
476 B
Plaintext
17 lines
476 B
Plaintext
--- 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 */
|
|
|