summaryrefslogtreecommitdiff
path: root/audio/xmix/files
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-01 09:12:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-01 09:12:52 +0000
commit3d17e331f4ca6b38d2da4429b75295a4fad4ce95 (patch)
treea4162cc977099561ed9ba49f9c4f750a59c072a8 /audio/xmix/files
parentAn X-based spreadsheet program. (diff)
An X-based mixer program.
Submitted by: Janusz Kokot <janek@gaja.ipan.lublin.pl>
Diffstat (limited to 'audio/xmix/files')
-rw-r--r--audio/xmix/files/patch-aa37
1 files changed, 37 insertions, 0 deletions
diff --git a/audio/xmix/files/patch-aa b/audio/xmix/files/patch-aa
new file mode 100644
index 000000000000..97750e6f1557
--- /dev/null
+++ b/audio/xmix/files/patch-aa
@@ -0,0 +1,37 @@
+diff -rc ../../xmix.orig/Imakefile ./Imakefile
+*** ../../xmix.orig/Imakefile Fri Jun 30 18:49:35 1995
+--- ./Imakefile Fri Jun 30 20:11:30 1995
+***************
+*** 14,17 ****
+
+ LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
+
+! NormalProgramTarget(xmix,$(OBJS1),,$(LOCAL_LIBRARIES),)
+--- 14,19 ----
+
+ LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
+
+! PROGRAM = $(PROGRAMS)
+!
+! ComplexProgramTarget_1($(PROGRAM),$(LOCAL_LIBRARIES),)
+Only in ./: Imakefile.orig
+diff -rc ../../xmix.orig/xmix.c ./xmix.c
+*** ../../xmix.orig/xmix.c Fri Jun 30 20:09:41 1995
+--- ./xmix.c Fri Jun 30 20:11:49 1995
+***************
+*** 77,83 ****
+ #include "square_empty.bit"
+ #include "square_with_x.bit"
+
+! #include <linux/soundcard.h>
+
+ #define SOUND_FULL_SCALE 100.0
+ #define MAX_SOUND_VOL 95
+--- 77,83 ----
+ #include "square_empty.bit"
+ #include "square_with_x.bit"
+
+! #include <machine/soundcard.h>
+
+ #define SOUND_FULL_SCALE 100.0
+ #define MAX_SOUND_VOL 95