diff options
author | fredb <fredb@pkgsrc.org> | 2001-08-05 15:21:34 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-08-05 15:21:34 +0000 |
commit | 69fb3a19660f65c812a508e104ace92bda3e53bd (patch) | |
tree | 2fb17671bcb1b7012f0022cff15e3bb6574ca193 /audio | |
parent | db22a9db109217eb2834fde0d38335cd23f74118 (diff) | |
download | pkgsrc-69fb3a19660f65c812a508e104ace92bda3e53bd.tar.gz |
Make this build.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmcd/patches/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xmcd/patches/patch-ag b/audio/xmcd/patches/patch-ag new file mode 100644 index 00000000000..8c3b44b80af --- /dev/null +++ b/audio/xmcd/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2001/08/05 15:21:34 fredb Exp $ + +--- util_d/Imakefile.orig Mon Jul 16 12:52:16 2001 ++++ util_d/Imakefile +@@ -43,7 +43,7 @@ + * #include "Motif.tmpl" + * #include "Motif.rules" + */ +-LOCAL_LIBRARIES= XmClientLibs ++LOCAL_LIBRARIES= ${MOTIFLIB} XawClientLibs + + + /**** Optional defines: Change as you see fit. ***************************** |