From 5e3abe97990f43283b83c80af108da06e009d1f1 Mon Sep 17 00:00:00 2001
From: k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>
Date: Fri, 16 May 2008 21:10:58 +0000
Subject: linklib for darwin added

git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1100 b956fd51-792f-4845-bead-9b4dfca2ff2c
---
 Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas b/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
index 88966f82..38447252 100644
--- a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
+++ b/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
@@ -185,6 +185,7 @@ const
 {$IFDEF UNIX}
 {$IFDEF DARWIN}
   SDLttfLibName = 'libSDL_ttf-2.0.0.dylib';
+  {$linklib libSDL_ttf}
 {$ELSE}
   {$IFDEF FPC}
     SDLttfLibName = 'libSDL_ttf.so';
-- 
cgit v1.2.3