diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 04:24:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 04:24:01 +0000 |
commit | a80513f9a61b587412258f4ea9975265e873fb27 (patch) | |
tree | 2d42b95387abec41e6d1061bccc9ee5ab3d72f43 /audio/wmmixer/files | |
parent | Add USE_XLIB=yes (diff) |
Fix install by adding an appropriate imake macro
Notes
Notes:
svn path=/head/; revision=67212
Diffstat (limited to 'audio/wmmixer/files')
-rw-r--r-- | audio/wmmixer/files/patch-aa | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/wmmixer/files/patch-aa b/audio/wmmixer/files/patch-aa index b4c38907849d..831040c03e2f 100644 --- a/audio/wmmixer/files/patch-aa +++ b/audio/wmmixer/files/patch-aa @@ -1,6 +1,6 @@ --- Imakefile.orig Sat Sep 5 08:11:33 1998 -+++ Imakefile Thu Sep 12 15:09:14 2002 -@@ -10,4 +10,14 @@ ++++ Imakefile Sat Sep 28 21:22:48 2002 +@@ -10,4 +10,16 @@ SRCS = wmmixer.cc OBJS = wmmixer.o @@ -12,6 +12,8 @@ + RemoveTargetProgram(wmmixer) + CplusplusLinkRule($@,$(LDOPTIONS),$(OBJS),$(LOCAL_LIBRARIES) $(LDLIBS)) + ++InstallProgram(wmmixer,$(BINDIR)) ++ +DependTarget() +LintTarget() +clean:: |