diff options
author | fenner <fenner@FreeBSD.org> | 1997-08-10 07:37:38 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-08-10 07:37:38 +0800 |
commit | 90ba54da089c5826051ebb85558d522d4bc94d59 (patch) | |
tree | db946f703ebf36d85853bcbcb9ed41299a59cc36 /audio/splay/files | |
parent | cc19005c0f53ee92b0c49ef332d29c69f695aa2b (diff) | |
download | freebsd-ports-gnome-90ba54da089c5826051ebb85558d522d4bc94d59.tar.gz freebsd-ports-gnome-90ba54da089c5826051ebb85558d522d4bc94d59.tar.zst freebsd-ports-gnome-90ba54da089c5826051ebb85558d522d4bc94d59.zip |
Upgrade to 0.5
Found by: distfile checker
Diffstat (limited to 'audio/splay/files')
-rw-r--r-- | audio/splay/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/splay/files/patch-ab b/audio/splay/files/patch-ab new file mode 100644 index 000000000000..cce91b282d0f --- /dev/null +++ b/audio/splay/files/patch-ab @@ -0,0 +1,11 @@ +--- src/cmd/cmd.cc.orig Sat Aug 9 16:31:03 1997 ++++ src/cmd/cmd.cc Sat Aug 9 16:31:15 1997 +@@ -15,7 +15,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/ioctl.h> +-#include <sys/soundcard.h> ++#include <machine/soundcard.h> + + #include <mpegsound.h> + |