diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-09-12 22:17:05 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-09-12 22:17:05 +0000 |
commit | 6f403183135323a3f43cb39a94bac48a7af1cead (patch) | |
tree | a93778a0da5162acafa8a9a3e1362d0963bc7baa | |
parent | fa81b7495b36aec2743d29f229c68433023ae79a (diff) | |
download | freebsd-ports-6f403183135323a3f43cb39a94bac48a7af1cead.zip |
Use ${CXX} for linking rather than ${CC}.
-rw-r--r-- | audio/wmmixer/files/patch-aa | 18 |
1 files changed, 14 insertions, 4 deletions
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)) |