diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-09-24 07:21:51 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-09-24 07:21:51 +0000 |
commit | ce7055840c99747e48d5a908ac2901f82ba8fb70 (patch) | |
tree | 239590384ed506c410f3e9fd609d58ee16db5ca7 /audio/mixer.app | |
parent | Take out @dirrm of lib/modules/codeconv -- this directory exists in (diff) |
Fix the stupid X man page problem.
Diffstat (limited to 'audio/mixer.app')
-rw-r--r-- | audio/mixer.app/files/patch-aa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/mixer.app/files/patch-aa b/audio/mixer.app/files/patch-aa new file mode 100644 index 000000000000..99515a8b20c6 --- /dev/null +++ b/audio/mixer.app/files/patch-aa @@ -0,0 +1,9 @@ +--- Imakefile.bak Sun Sep 24 01:19:13 2000 ++++ Imakefile Sun Sep 24 01:19:32 2000 +@@ -12,5 +12,5 @@ + SRCS = Main.cc Mixer.cc Xpm.cc + OBJS = Main.o Mixer.o Xpm.o + +-ComplexProgramTarget(Mixer) ++ComplexProgramTargetNoMan(Mixer) + |