1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/emulators/yape/files/patch-sound.h
Dennis Herrmann d38080391a - Update to 0.32.5
- Fix build on 64-bit archs

PR:		ports/134306
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Tested by:	gahr
Approved by:	miwi (mentor implicit)
2009-05-11 19:24:41 +00:00

15 lines
214 B
C

$FreeBSD$
--- sound.h.orig
+++ sound.h
@@ -1,7 +1,7 @@
#ifndef _SOUND_H
#define _SOUND_H
-#include <SDL/SDL.h>
+#include <SDL.h>
#include "types.h"
extern void init_audio(unsigned int sampleFrq = 48000);