From e213c74dad16887c4b79aeef047877203e084b07 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 23 Dec 2006 07:53:31 +0000 Subject: updated patch collection to apply and build against stable_0_40, which is currently at 0.40.1 svn path=/trunk/; revision=7049 --- packages/patches/darwin/darwin_dlopen.patch | 44 ----------------------------- 1 file changed, 44 deletions(-) delete mode 100644 packages/patches/darwin/darwin_dlopen.patch (limited to 'packages/patches/darwin/darwin_dlopen.patch') diff --git a/packages/patches/darwin/darwin_dlopen.patch b/packages/patches/darwin/darwin_dlopen.patch deleted file mode 100644 index 971ad391..00000000 --- a/packages/patches/darwin/darwin_dlopen.patch +++ /dev/null @@ -1,44 +0,0 @@ -Index: s_loader.c -=================================================================== -RCS file: /cvsroot/pure-data/pd/src/s_loader.c,v -retrieving revision 1.4 -diff -u -w -r1.4 s_loader.c ---- s_loader.c 6 Sep 2004 20:20:35 -0000 1.4 -+++ s_loader.c 26 Nov 2005 00:27:11 -0000 -@@ -2,6 +2,9 @@ - * For information on usage and redistribution, and for a DISCLAIMER OF ALL - * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ - -+#ifdef __APPLE__ -+#define DL_OPEN -+#endif - #ifdef DL_OPEN - #include - #endif -@@ -13,7 +16,7 @@ - #include - #include - #endif --#ifdef MACOSX -+#ifdef MACOSX10.2 - #include - #endif - #include -@@ -90,7 +93,7 @@ - if (lastdot = strrchr(nameptr, '.')) - *lastdot = 0; - --#ifdef MACOSX -+#ifdef MACOSX10.2 - strcpy(symname, "_"); - strcat(symname, nameptr); - #else -@@ -122,7 +125,7 @@ - } - makeout = (t_xxx)GetProcAddress(ntdll, symname); - #endif --#ifdef MACOSX -+#ifdef MACOSX10.2 - { - NSObjectFileImage image; - void *ret; -- cgit v1.2.1