openbsd-ports/x11/emiclock/patches/patch-ab

27 lines
818 B
Plaintext
Raw Normal View History

1998-06-09 15:12:28 -04:00
--- Imakefile.orig Thu Jun 30 09:34:55 1994
2000-03-31 18:04:44 -05:00
+++ Imakefile Sat Apr 1 00:16:02 2000
@@ -90,8 +90,14 @@
1998-05-19 01:22:46 -04:00
/* FreeBSD */
#if defined(i386BsdArchitecture) && (defined(i386FreeBsd) || defined(FreeBSDArchitecture))
#define StartupSound myu.au
+EXTRA_LIBRARIES = -lxpg4
#endif /* i386BsdArchitecture && (i386FreeBsd || FreeBSDArchitecture) */
2000-03-31 18:04:44 -05:00
1998-06-09 15:12:28 -04:00
+/* OpenBSD */
+#ifdef OpenBSDArchitecture
+#define StartupSound myu.au
+#endif /* OpenBSDArchitecture */
2000-03-31 18:04:44 -05:00
+
1998-05-19 01:22:46 -04:00
#else /* USE_NETAUDIO */
1998-06-09 15:12:28 -04:00
2000-03-31 18:04:44 -05:00
/* netaudio (NCDaudio) */
@@ -218,6 +224,6 @@
#ifdef USE_SOUND
install:: sounds/StartupSound
- MakeDir(EmiClockLib)
- $(INSTALL) -c $(INSTAPPFLAGS) sounds/StartupSound EmiClockLib/StartupSound
+ MakeDir($(DESTDIR)EmiClockLib)
+ $(INSTALL) -c $(INSTAPPFLAGS) sounds/StartupSound $(DESTDIR)EmiClockLib/StartupSound
#endif /* USE_SOUND */