diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-17 10:53:08 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-17 10:53:08 +0000 |
commit | 9da8f3926984072a63be73ae30bf09cab1a2d557 (patch) | |
tree | 77a054fc3029790f350b16c9b6c5ea3a93b804f4 /audio/xmcd/files | |
parent | 5ac3f1e5ce5e8c8cdc9d545b47f1d19aaa46d7e0 (diff) |
Notes
Diffstat (limited to 'audio/xmcd/files')
-rw-r--r-- | audio/xmcd/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/xmcd/files/patch-aa b/audio/xmcd/files/patch-aa new file mode 100644 index 000000000000..a7f88482e42e --- /dev/null +++ b/audio/xmcd/files/patch-aa @@ -0,0 +1,19 @@ +*** xmcd.d/Imakefile~ Thu Feb 16 20:48:56 1995 +--- xmcd.d/Imakefile Thu Feb 16 20:49:17 1995 +*************** +*** 43,49 **** + * #include "Motif.tmpl" + * #include "Motif.rules" + */ +! LOCAL_LIBRARIES= XmClientLibs + + + /**** Optional defines: Change as you see fit. ***************************** +--- 43,49 ---- + * #include "Motif.tmpl" + * #include "Motif.rules" + */ +! LOCAL_LIBRARIES= -lXm -lXt -lX11 -lXext + + + /**** Optional defines: Change as you see fit. ***************************** |