diff options
author | kris <kris@FreeBSD.org> | 2002-09-09 05:14:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-09 05:14:53 +0800 |
commit | dd4865b66c976b4224f26a78d57c06f61a3426a9 (patch) | |
tree | 22df1a7ba2ed0f1897f301ecfc9b7a8d284f8861 /audio | |
parent | 1a3da5004469f9844d0537e9f8eec3ad7fdbed2a (diff) | |
download | freebsd-ports-graphics-dd4865b66c976b4224f26a78d57c06f61a3426a9.tar.gz freebsd-ports-graphics-dd4865b66c976b4224f26a78d57c06f61a3426a9.tar.zst freebsd-ports-graphics-dd4865b66c976b4224f26a78d57c06f61a3426a9.zip |
Fix build on -current (build/link C++ code with $(CXX))
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wmcdplay/files/patch-ab | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/audio/wmcdplay/files/patch-ab b/audio/wmcdplay/files/patch-ab index c3638ec43a3..f05e06938fe 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)) |