From 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 15 May 2004 15:49:17 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'. --- databases/py-MySQLdb-devel/files/patch-ab | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 databases/py-MySQLdb-devel/files/patch-ab (limited to 'databases/py-MySQLdb-devel/files/patch-ab') diff --git a/databases/py-MySQLdb-devel/files/patch-ab b/databases/py-MySQLdb-devel/files/patch-ab deleted file mode 100644 index 43239f23b4a2..000000000000 --- a/databases/py-MySQLdb-devel/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- setup.py.orig Thu Jul 18 22:55:36 2002 -+++ setup.py Tue Sep 10 10:51:52 2002 -@@ -11,7 +11,7 @@ - NO = 0 - - # set this to YES if you have the thread-safe mysqlclient library --thread_safe_library = YES -+thread_safe_library = NO - - # You probably don't have to do anything past this point. If you - # do, please mail me the configuration for your platform. Don't -@@ -51,7 +51,7 @@ - if sys.platform == "netbsd1": - include_dirs = ['/usr/pkg/include/mysql'] - library_dirs = ['/usr/pkg/lib/mysql'] --elif sys.platform in ("freebsd4", "openbsd3"): -+elif sys.platform[:7] in ("freebsd", "openbsd"): - LOCALBASE = os.environ.get('LOCALBASE', '/usr/local') - include_dirs = ['%s/include/mysql' % LOCALBASE] - library_dirs = ['%s/lib/mysql' % LOCALBASE] -- cgit v1.2.3