mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
defbc605c2
Last update of ports/emulators/fmsx occured more than 3 years ago. A few version were issued since then, recent is 2.7 that is significantly improved. Some of port patches are integrated. - Added patch to use sys/soundcard.h - Added patch to be able to select the BPP level (BPP32 didn't work on my machine, see http://www.msx.org/newspost149.html for info) PR: ports/60825 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Reviewed by: edwin@mavetju.org Approved by: maintainer timeout
12 lines
236 B
C
12 lines
236 B
C
--- SndUnix.c.orig Sat Feb 28 10:19:49 2004
|
|
+++ SndUnix.c Sat Feb 28 10:19:56 2004
|
|
@@ -75,7 +75,7 @@
|
|
#else /* SUN_AUDIO */
|
|
|
|
#ifdef __FreeBSD__
|
|
-#include <machine/soundcard.h>
|
|
+#include <sys/soundcard.h>
|
|
#endif
|
|
|
|
#ifdef __NetBSD__
|