[Bf-committers] 2nd Try OS X Plugins Fix

Joseph B. Winston IV bf-committers@blender.org
Tue, 2 Dec 2003 13:24:27 -0600


Would you mind sending this to me as a attachment? Something's screwy 
with my email that's killing a copy and paste.


On Dec 2, 2003, at 11:54 AM, Douglas Bischoff wrote:

> Hello all:
>
> Okay, second try at fixing OS X plugins involves rewriting the 
> dlopen() series of functions in native OS X operations using the code 
> from the dlcompat library as a starting point.
>
> I have contacted the author of dlcompat to ensure that his rights with 
> regards to his code are respected.
>
> Here are 2 diff files that enable the revised method to work.
>
> -Bischofftep
>
> Index: bmake
> ===================================================================
> RCS file: /cvsroot/bf-blender/blender/release/plugins/bmake,v
> retrieving revision 1.5
> diff -u -u -r1.5 bmake
> --- bmake	25 Nov 2003 20:10:06 -0000	1.5
> +++ bmake	2 Dec 2003 17:53:05 -0000
> @@ -74,7 +74,7 @@
>          CC="cc";
>          CFLAGS="-fPIC -funsigned-char -O2 -fno-common";