diff options
author | bmah <bmah@FreeBSD.org> | 2002-09-13 06:17:05 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-09-13 06:17:05 +0800 |
commit | c5e8692f7bc628a34cb565ad0209598242d54950 (patch) | |
tree | 3216aa7d88569024fe9d349870e20008ea223b81 /audio/wmmixer | |
parent | 7db9998e32d1082283a90a4e5b412bd20b510669 (diff) | |
download | freebsd-ports-gnome-c5e8692f7bc628a34cb565ad0209598242d54950.tar.gz freebsd-ports-gnome-c5e8692f7bc628a34cb565ad0209598242d54950.tar.zst freebsd-ports-gnome-c5e8692f7bc628a34cb565ad0209598242d54950.zip |
Use ${CXX} for linking rather than ${CC}.
Diffstat (limited to 'audio/wmmixer')
-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)) |