From 6f403183135323a3f43cb39a94bac48a7af1cead Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Thu, 12 Sep 2002 22:17:05 +0000 Subject: Use ${CXX} for linking rather than ${CC}. --- audio/wmmixer/files/patch-aa | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'audio/wmmixer') diff --git a/audio/wmmixer/files/patch-aa b/audio/wmmixer/files/patch-aa index f918e23bb4ab..b4c38907849d 100644 --- a/audio/wmmixer/files/patch-aa +++ b/audio/wmmixer/files/patch-aa @@ -1,8 +1,18 @@ ---- ./Imakefile.org Sat Sep 5 15:11:33 1998 -+++ ./Imakefile Fri Sep 29 13:40:13 2000 -@@ -10,4 +10,4 @@ +--- Imakefile.orig Sat Sep 5 08:11:33 1998 ++++ Imakefile Thu Sep 12 15:09:14 2002 +@@ -10,4 +10,14 @@ SRCS = wmmixer.cc OBJS = wmmixer.o -ComplexProgramTarget(wmmixer) -+ComplexProgramTargetNoMan(wmmixer) ++PROGRAM = wmmixer ++AllTarget(wmmixer) ++ ++ProgramTargetName(wmmixer): $(OBJS) $(DEPLIBS) ++ RemoveTargetProgram(wmmixer) ++ CplusplusLinkRule($@,$(LDOPTIONS),$(OBJS),$(LOCAL_LIBRARIES) $(LDLIBS)) ++ ++DependTarget() ++LintTarget() ++clean:: ++ RemoveFile(ProgramTargetName(wmmixer)) -- cgit v1.2.3