diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-29 13:42:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-29 13:42:37 +0000 |
commit | c39e00ab71acdf872d848f055a552817f93f36f9 (patch) | |
tree | c85e49e3e66bc73685c148a4375cfb50cbe042bf | |
parent | Upgrade to 2.78. (diff) |
ComplexProgramTarget() -> ComplexProgramTargetNoMan().
Reported by: Heribert Steuer <steuer@virtualaudio.de>
Notes
Notes:
svn path=/head/; revision=33247
-rw-r--r-- | audio/wmmixer/files/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/wmmixer/files/patch-aa b/audio/wmmixer/files/patch-aa new file mode 100644 index 000000000000..f918e23bb4ab --- /dev/null +++ b/audio/wmmixer/files/patch-aa @@ -0,0 +1,8 @@ +--- ./Imakefile.org Sat Sep 5 15:11:33 1998 ++++ ./Imakefile Fri Sep 29 13:40:13 2000 +@@ -10,4 +10,4 @@ + SRCS = wmmixer.cc + OBJS = wmmixer.o + +-ComplexProgramTarget(wmmixer) ++ComplexProgramTargetNoMan(wmmixer) |