1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/xmmix/files/patch-aa
Satoshi Asami 1135089f0d Change patch to use "${MOTIFLIB} ${XTOOLLIB} ${XLIB}" instead of
"${MOTIFLIB} XawClientLibs" to substitute for "XmClientLibs".  Motif
doesn't depend on the Athena Widget set.
1996-08-20 08:56:13 +00:00

23 lines
545 B
Plaintext

--- ./appenv.h.org Sun Jul 14 10:48:59 1996
+++ ./appenv.h Mon Aug 19 04:05:16 1996
@@ -59,7 +59,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
-#include <sys/soundcard.h>
+#include <machine/soundcard.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
--- ./Imakefile.org Sun Jul 14 10:48:56 1996
+++ ./Imakefile Mon Aug 19 04:09:48 1996
@@ -43,7 +43,7 @@
* #include "Motif.tmpl"
* #include "Motif.rules"
*/
-LOCAL_LIBRARIES= XmClientLibs
+LOCAL_LIBRARIES= ${MOTIFLIB} ${XTOOLLIB} ${XLIB}
/*