summaryrefslogtreecommitdiff
path: root/audio/wmmixer
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2002-09-12 22:17:05 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2002-09-12 22:17:05 +0000
commit6f403183135323a3f43cb39a94bac48a7af1cead (patch)
treea93778a0da5162acafa8a9a3e1362d0963bc7baa /audio/wmmixer
parentFix man page installation. (diff)
Use ${CXX} for linking rather than ${CC}.
Notes
Notes: svn path=/head/; revision=66221
Diffstat (limited to 'audio/wmmixer')
-rw-r--r--audio/wmmixer/files/patch-aa18
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))