diff options
author | asami <asami@FreeBSD.org> | 1996-08-19 19:12:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-19 19:12:35 +0800 |
commit | 4c2281e02d7b31cc48d1f41977dfe3f0e024079e (patch) | |
tree | 11ecca568a4e4d7558aa7f78a90de86fc460fe05 /audio | |
parent | a6b3d8d102a0372c2f6c81e21a9803c9b1b9a624 (diff) | |
download | freebsd-ports-gnome-4c2281e02d7b31cc48d1f41977dfe3f0e024079e.tar.gz freebsd-ports-gnome-4c2281e02d7b31cc48d1f41977dfe3f0e024079e.tar.zst freebsd-ports-gnome-4c2281e02d7b31cc48d1f41977dfe3f0e024079e.zip |
XmClientLibs -> ${MOTIFLIB} XawClientLibs
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmmix/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmmix/files/patch-aa b/audio/xmmix/files/patch-aa index 5168322fea98..702cdf9be3ea 100644 --- a/audio/xmmix/files/patch-aa +++ b/audio/xmmix/files/patch-aa @@ -9,3 +9,14 @@ #include <stdlib.h> #include <stdio.h> #include <errno.h> +--- ./Imakefile.org Sun Jul 14 10:48:56 1996 ++++ ./Imakefile Mon Aug 19 04:09:48 1996 +@@ -43,7 +43,7 @@ + * #include "Motif.tmpl" + * #include "Motif.rules" + */ +-LOCAL_LIBRARIES= XmClientLibs ++LOCAL_LIBRARIES= ${MOTIFLIB} XawClientLibs + + + /* |