From: John L. <jla...@gm...> - 2008-01-14 20:59:54
|
On 1/14/08, John Labenski <jla...@gm...> wrote: > > Here are the updated patches: (it needed STC, to compile with wxStEdit) > > http://trac.macports.org/projects/macports/browser/trunk/dports/ > > graphics/wxLua-devel/files/ > > Francesco, patch-Makefile.in ??? This is a bakefile fix, dunno how to fix it. I get either "malformed condition" or "only weak condition allowed in this context" depending on where I put the condition for "PLATFORM_MACOSX!='1'" or "WX_PORT!='mac'". wxluabase.bkl <define-tag name="rpath-to" rules="exe,module"> <set var="RPATH"> <if cond="FORMAT=='gnu' and SHARED=='1' and PLATFORM_MACOSX!='1'">-Wl,-rpath,$(value)/gcc_dll</if> <if cond="FORMAT=='autoconf' and SHARED=='1' and PLATFORM_MACOSX!='1'">-Wl,-rpath,$(value)</if> </set> <!-- for autoconf&gnu only (see comments above): --> <ldflags>$(RPATH)</ldflags> </define-tag> Any ideas? John |