diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-09 03:00:55 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-09 03:00:55 +0000 |
commit | 096c2b17f6ff5b8ce788a3291cd561ff6aeede37 (patch) | |
tree | e575fc1d1598576827afbffb6f4a60e53d5b5274 /x11-clocks/emiclock | |
parent | Repository copy, w3c_httpd -> w3c-httpd (that's how the authors (diff) |
New patch:
Modify Imakefile to link libxpg4.
Submitted by: nobu@psrc.isac.co.jp
Diffstat (limited to '')
-rw-r--r-- | x11-clocks/emiclock/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-clocks/emiclock/files/patch-ab b/x11-clocks/emiclock/files/patch-ab new file mode 100644 index 000000000000..b2736ad38d6d --- /dev/null +++ b/x11-clocks/emiclock/files/patch-ab @@ -0,0 +1,10 @@ +--- 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 */ |