1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-clocks/emiclock/files/patch-ab
Masafumi Max NAKANE 096c2b17f6 New patch:
Modify Imakefile to link libxpg4.
Submitted by:	nobu@psrc.isac.co.jp
1997-01-09 03:00:55 +00:00

11 lines
365 B
Plaintext

--- Imakefile.orig Thu Jun 30 16:34:55 1994
+++ Imakefile Thu Jan 9 11:56:08 1997
@@ -90,6 +90,7 @@
/* FreeBSD */
#if defined(i386BsdArchitecture) && (defined(i386FreeBsd) || defined(FreeBSDArchitecture))
#define StartupSound myu.au
+EXTRA_LIBRARIES = -lxpg4
#endif /* i386BsdArchitecture && (i386FreeBsd || FreeBSDArchitecture) */
#else /* USE_NETAUDIO */