diff options
author | kris <kris@FreeBSD.org> | 2002-09-29 12:24:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-29 12:24:01 +0800 |
commit | b0da341af358c041818f9987cbe1c8bf676609a1 (patch) | |
tree | bf8a5a942daff76ab4e88f888883d74d6f9e9d75 /audio/wmmixer | |
parent | fcc0ae197fdaf86a20b2a0d6599e0e643ac94679 (diff) | |
download | freebsd-ports-graphics-b0da341af358c041818f9987cbe1c8bf676609a1.tar.gz freebsd-ports-graphics-b0da341af358c041818f9987cbe1c8bf676609a1.tar.zst freebsd-ports-graphics-b0da341af358c041818f9987cbe1c8bf676609a1.zip |
Fix install by adding an appropriate imake macro
Diffstat (limited to 'audio/wmmixer')
-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 b4c38907849..831040c03e2 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:: |