diff options
author | asami <asami@FreeBSD.org> | 1996-08-20 16:56:13 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-20 16:56:13 +0800 |
commit | 0e3ae978b56a487213c4b7d8859c1f82f311566c (patch) | |
tree | ef938913c5c1080ef6d4e877768375e9e9b6d96e /audio | |
parent | 3058ebbb13013c2d7f045a71d6af5abed818a6c4 (diff) | |
download | freebsd-ports-gnome-0e3ae978b56a487213c4b7d8859c1f82f311566c.tar.gz freebsd-ports-gnome-0e3ae978b56a487213c4b7d8859c1f82f311566c.tar.zst freebsd-ports-gnome-0e3ae978b56a487213c4b7d8859c1f82f311566c.zip |
Change patch to use "${MOTIFLIB} ${XTOOLLIB} ${XLIB}" instead of
"${MOTIFLIB} XawClientLibs" to substitute for "XmClientLibs". Motif
doesn't depend on the Athena Widget set.
Diffstat (limited to 'audio')
-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} /* |