summaryrefslogtreecommitdiffstats
path: root/audio/xmix/files
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2000-12-30 19:08:00 +0000
committersf <sf@FreeBSD.org>2000-12-30 19:08:00 +0000
commite72be18dc1538c9cf9f65149d459f910eb453e7b (patch)
tree7fc330dad28468eac3c9cd32bcb9dc96a623d97f /audio/xmix/files
parentec93fbea3f7a70a7a85bfda0a1ce051be0df9b22 (diff)
downloadFreeBSD-ports-e72be18dc1538c9cf9f65149d459f910eb453e7b.zip
FreeBSD-ports-e72be18dc1538c9cf9f65149d459f910eb453e7b.tar.gz
fix manpage handling with XFree86-4.
PR: 23694 Submitted by: myself Non-responce from: maintainer
Diffstat (limited to 'audio/xmix/files')
-rw-r--r--audio/xmix/files/patch-aa47
-rw-r--r--audio/xmix/files/patch-ab11
2 files changed, 21 insertions, 37 deletions
diff --git a/audio/xmix/files/patch-aa b/audio/xmix/files/patch-aa
index 97750e6..4514e9b 100644
--- a/audio/xmix/files/patch-aa
+++ b/audio/xmix/files/patch-aa
@@ -1,37 +1,10 @@
-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
+--- Imakefile.orig Wed Feb 2 13:54:35 1994
++++ Imakefile Wed Nov 1 10:25:40 2000
+@@ -14,4 +14,6 @@
+
+ LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
+
+-NormalProgramTarget(xmix,$(OBJS1),,$(LOCAL_LIBRARIES),)
++PROGRAM = $(PROGRAMS)
++
++ComplexProgramTarget_1($(PROGRAM),$(LOCAL_LIBRARIES),)
diff --git a/audio/xmix/files/patch-ab b/audio/xmix/files/patch-ab
new file mode 100644
index 0000000..4f014c9
--- /dev/null
+++ b/audio/xmix/files/patch-ab
@@ -0,0 +1,11 @@
+--- xmix.c.orig Wed Nov 1 10:29:04 2000
++++ xmix.c Wed Nov 1 10:29:04 2000
+@@ -77,7 +77,7 @@
+ #include "square_empty.bit"
+ #include "square_with_x.bit"
+
+-#include <linux/soundcard.h>
++#include <machine/soundcard.h>
+
+ #define SOUND_FULL_SCALE 100.0
+ #define MAX_SOUND_VOL 95
OpenPOWER on IntegriCloud