diff options
author | adam <adam@pkgsrc.org> | 2010-06-02 15:07:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-06-02 15:07:53 +0000 |
commit | b19b59321ac332b3186c8a6e939fcbfdb5e3a7eb (patch) | |
tree | 053ed6a662c5fbe500e02e7dc618965aad863f50 /databases | |
parent | b74bd61d8a4513cafc089f2b2a4d07866992bea4 (diff) | |
download | pkgsrc-b19b59321ac332b3186c8a6e939fcbfdb5e3a7eb.tar.gz |
Patch-aa isn't needed any more
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-bsddb3/patches/patch-aa | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/databases/py-bsddb3/patches/patch-aa b/databases/py-bsddb3/patches/patch-aa deleted file mode 100644 index c5cdc6c67cf..00000000000 --- a/databases/py-bsddb3/patches/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2008/09/13 12:38:09 dholland Exp $ - ---- setup2.py.orig 2008-03-25 14:50:51.000000000 +0100 -+++ setup2.py -@@ -7,10 +7,7 @@ import re - import sys - import glob - --try : -- from setuptools import setup, Extension --except : -- from distutils.core import setup, Extension -+from distutils.core import setup, Extension - - from distutils.dep_util import newer - import distutils.ccompiler -@@ -201,11 +198,11 @@ if os.name == 'posix': - - # figure out from the base setting where the lib and .h are - if not incdir: -- incdir = os.path.join(BERKELEYDB_DIR, 'include') -+ incdir = os.path.join(BERKELEYDB_DIR, 'include/db4') - if not libdir: - libdir = os.path.join(BERKELEYDB_DIR, 'lib') -- if not '-ldb' in LIBS: -- libname = [dblib] -+ if not '-ldb4' in LIBS: -+ libname = ['db4'] - else: - if debug: print "LIBS already contains '-ldb' not adding our own", "'-l"+dblib+"'" - libname = [] |