diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-09-24 07:21:51 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-09-24 07:21:51 +0000 |
commit | 6ce7f6783ed71872cce8c542b71f974e080fabc0 (patch) | |
tree | 9a8ef9708a9d51f63399b365430a9dc75cd2d631 /audio | |
parent | ce3e0d281cc2233b7bfe7a2b35fb788dc07dbb73 (diff) | |
download | FreeBSD-ports-6ce7f6783ed71872cce8c542b71f974e080fabc0.zip FreeBSD-ports-6ce7f6783ed71872cce8c542b71f974e080fabc0.tar.gz |
Fix the stupid X man page problem.
Diffstat (limited to 'audio')
-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 0000000..99515a8 --- /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) + |