summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-20 08:56:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-20 08:56:13 +0000
commit1135089f0d0be01d8aed75a6a2f5ef9ac336f1a4 (patch)
tree7e488320fbe49cd2f98249dafc956e6e420348ee /audio
parentexplain that `options COMPAT_LINUX' isn't necessary for -current, (diff)
Change patch to use "${MOTIFLIB} ${XTOOLLIB} ${XLIB}" instead of
"${MOTIFLIB} XawClientLibs" to substitute for "XmClientLibs". Motif doesn't depend on the Athena Widget set.
Notes
Notes: svn path=/head/; revision=3661
Diffstat (limited to 'audio')
-rw-r--r--audio/xmmix/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmmix/files/patch-aa b/audio/xmmix/files/patch-aa
index 702cdf9be3ea..c3f4a3d60911 100644
--- a/audio/xmmix/files/patch-aa
+++ b/audio/xmmix/files/patch-aa
@@ -16,7 +16,7 @@
* #include "Motif.rules"
*/
-LOCAL_LIBRARIES= XmClientLibs
-+LOCAL_LIBRARIES= ${MOTIFLIB} XawClientLibs
++LOCAL_LIBRARIES= ${MOTIFLIB} ${XTOOLLIB} ${XLIB}
/*