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-serial.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
160 B
C++

$FreeBSD$
--- serial.h.orig
+++ serial.h
@@ -1,7 +1,7 @@
#ifndef _SERIAL_H
#define _SERIAL_H
-#include "SDL/SDL.h"
+#include "SDL.h"
class CSerial {