diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/s3mod/files/patch-play.c | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/s3mod/files/patch-play.c')
-rw-r--r-- | audio/s3mod/files/patch-play.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/s3mod/files/patch-play.c b/audio/s3mod/files/patch-play.c new file mode 100644 index 000000000000..900d668bbecb --- /dev/null +++ b/audio/s3mod/files/patch-play.c @@ -0,0 +1,11 @@ +--- play.c.orig Sun Oct 22 04:13:35 1995 ++++ play.c Sat Jan 27 15:04:15 2001 +@@ -36,7 +36,7 @@ + #include "dsp.h" + + #ifdef GUS +-#include <sys/ultrasound.h> ++#include <machine/ultrasound.h> + #include "gus.h" + #endif /* GUS */ + |