1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/speak_freely/files/patch-ae
Steve Price 111ed17a0b Update to version 7.1.
PR:		14838
Submitted by:	Thomas V. Crimi <tcrimi@procida.res.cmu.edu>
1999-12-31 22:40:28 +00:00

13 lines
236 B
Plaintext

--- soundbyte.c.orig Fri Dec 31 15:36:07 1999
+++ soundbyte.c Fri Dec 31 15:38:58 1999
@@ -13,7 +13,9 @@
#ifdef Solaris
#include <sys/filio.h>
#else
+#ifndef __FreeBSD__
#include <sys/dir.h>
+#endif
#include <sys/file.h>
#endif