From e4f413fdcf003ac0ad20d145f61dd370994e79db Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Wed, 9 Dec 2009 18:35:28 +0000 Subject: just a first experimental version git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2011 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Medley/src/lib/JEDI-SDL/moduleloader-libc.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Medley/src/lib/JEDI-SDL/moduleloader-libc.patch (limited to 'Medley/src/lib/JEDI-SDL/moduleloader-libc.patch') diff --git a/Medley/src/lib/JEDI-SDL/moduleloader-libc.patch b/Medley/src/lib/JEDI-SDL/moduleloader-libc.patch new file mode 100644 index 00000000..02255db0 --- /dev/null +++ b/Medley/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