summaryrefslogtreecommitdiff
path: root/audio/wmcdplay
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-08 21:14:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-08 21:14:53 +0000
commit0dd7d45851111e3fc029a3824854134b5820fef1 (patch)
treec21f4c5083661922165e0a1bcdd160558eee9303 /audio/wmcdplay
parentFix build on -current (build/link C++ code with ${CXX}) (diff)
Fix build on -current (build/link C++ code with $(CXX))
Notes
Notes: svn path=/head/; revision=65856
Diffstat (limited to 'audio/wmcdplay')
-rw-r--r--audio/wmcdplay/files/patch-ab18
1 files changed, 14 insertions, 4 deletions
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))