diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-20 08:56:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-20 08:56:13 +0000 |
commit | 1135089f0d0be01d8aed75a6a2f5ef9ac336f1a4 (patch) | |
tree | 7e488320fbe49cd2f98249dafc956e6e420348ee | |
parent | explain 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
-rw-r--r-- | audio/xmmix/files/patch-aa | 2 |
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} /* |