From dd4865b66c976b4224f26a78d57c06f61a3426a9 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 8 Sep 2002 21:14:53 +0000 Subject: Fix build on -current (build/link C++ code with $(CXX)) --- audio/wmcdplay/files/patch-ab | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/wmcdplay/files/patch-ab b/audio/wmcdplay/files/patch-ab index c3638ec43a3d..f05e06938fe5 100644 --- a/audio/wmcdplay/files/patch-ab +++ b/audio/wmcdplay/files/patch-ab @@ -1,8 +1,18 @@ ---- Imakefile.orig Sun Sep 6 00:11:26 1998 -+++ Imakefile Wed Nov 1 08:58:25 2000 -@@ -5,4 +5,4 @@ +--- Imakefile.orig Sat Sep 5 08:11:26 1998 ++++ Imakefile Sun Sep 8 13:24:11 2002 +@@ -5,4 +5,14 @@ SRCS = wmcdplay.cc OBJS = wmcdplay.o -ComplexProgramTarget(wmcdplay) -+ComplexProgramTargetNoMan(wmcdplay) ++PROGRAM = wmcdplay ++AllTarget(wmcdplay) ++ ++ProgramTargetName(wmcdplay): $(OBJS) $(DEPLIBS) ++ RemoveTargetProgram(wmcdplay) ++ CplusplusLinkRule($@,$(LDOPTIONS),$(OBJS),$(LOCAL_LIBRARIES) $(LDLIBS)) ++ ++DependTarget() ++LintTarget() ++clean:: ++ RemoveFile(ProgramTargetName(wmcdplay)) -- cgit