1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

New patch:

Modify Imakefile to link libxpg4.
Submitted by:	nobu@psrc.isac.co.jp
This commit is contained in:
Masafumi Max NAKANE 1997-01-09 03:00:55 +00:00
parent 4957d6c5db
commit 096c2b17f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5272

View File

@ -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 */