From c82f10e6e8804a932a0203f43b0d48a3c4d824cd Mon Sep 17 00:00:00 2001 From: vincents Date: Tue, 8 Sep 2009 10:24:49 +0000 Subject: [PATCH] IDE: added lib paths for gtk2 on darwin (issue #14518) git-svn-id: trunk@21616 - --- ide/compileroptions.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ide/compileroptions.pp b/ide/compileroptions.pp index e9921c8d8a..85df3703be 100644 --- a/ide/compileroptions.pp +++ b/ide/compileroptions.pp @@ -750,7 +750,11 @@ const {$ELSE} '', // gtk {$ENDIF} +{$IFDEF DARWIN} + ' -Fl/usr/X11R6/lib -Fl/sw/lib -Fl/sw/lib/pango-ft219/lib', // gtk2 +{$ELSE} '', // gtk2 +{$ENDIF} '', // win32 '', // wince {$IFDEF DARWIN}