diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-17 18:53:08 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-17 18:53:08 +0800 |
commit | 353f3cfbf830c40fcb44fbe95e29a302e240ba05 (patch) | |
tree | 3c4d6d5706dde3b2c7ce8f76f65776e6d75fb332 /audio/xmcd/files | |
parent | 4e93125c2de82517bd29563843919c1867821d1c (diff) | |
download | freebsd-ports-graphics-353f3cfbf830c40fcb44fbe95e29a302e240ba05.tar.gz freebsd-ports-graphics-353f3cfbf830c40fcb44fbe95e29a302e240ba05.tar.zst freebsd-ports-graphics-353f3cfbf830c40fcb44fbe95e29a302e240ba05.zip |
xmcd 1.4
Submitted by: Gennady Sorokopud <gena@netvision.net.il>
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 00000000000..a7f88482e42 --- /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. ***************************** |