From 8782261d8fa6d2456d85b245b7d01824414b8d51 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Thu, 14 Oct 2010 18:02:35 +0000 Subject: new medley branch, based on the actual (1.1) trunk. the old one will be deleted soon git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2666 b956fd51-792f-4845-bead-9b4dfca2ff2c --- .../src/lib/JEDI-SDL/moduleloader-libc.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 medley_new/src/lib/JEDI-SDL/moduleloader-libc.patch (limited to 'medley_new/src/lib/JEDI-SDL/moduleloader-libc.patch') diff --git a/medley_new/src/lib/JEDI-SDL/moduleloader-libc.patch b/medley_new/src/lib/JEDI-SDL/moduleloader-libc.patch new file mode 100644 index 00000000..02255db0 --- /dev/null +++ b/medley_new/src/lib/JEDI-SDL/moduleloader-libc.patch @@ -0,0 +1,25 @@ +Index: SDL/Pas/moduleloader.pas +=================================================================== +--- SDL/Pas/moduleloader.pas (revision 1144) ++++ SDL/Pas/moduleloader.pas (working copy) +@@ -185,15 +185,16 @@ + + {$IFDEF Unix} + uses +-{$ifdef Linux} +- Types, +- Libc; +-{$else} ++{$ifdef FPC} + dl, + Types, + Baseunix, + Unix; ++{$else} ++ Types, ++ Libc; + {$endif} ++ + type + // Handle to a loaded .so + TModuleHandle = Pointer; -- cgit v1.2.3