diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 19:08:00 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 19:08:00 +0000 |
commit | 676b2d1f905df4df5fe3ee9364e20ab2b76a8995 (patch) | |
tree | 329fa041d816f3137def6bbf14666e266d74c6de /audio/xmix/files/patch-ab | |
parent | 843f07e8a8ee77b80f871983b37ef064142de453 (diff) | |
download | ports-676b2d1f905df4df5fe3ee9364e20ab2b76a8995.tar.gz ports-676b2d1f905df4df5fe3ee9364e20ab2b76a8995.zip |
fix manpage handling with XFree86-4.
PR: 23694
Submitted by: myself
Non-responce from: maintainer
Notes
Notes:
svn path=/head/; revision=36476
Diffstat (limited to 'audio/xmix/files/patch-ab')
-rw-r--r-- | audio/xmix/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmix/files/patch-ab b/audio/xmix/files/patch-ab new file mode 100644 index 000000000000..4f014c950b70 --- /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 |