diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-07 08:12:53 +0000 |
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-07 08:12:53 +0000 |
| commit | 39d7429835d4511582039dd5e282befef07a1a3f (patch) | |
| tree | c8766753d1578f7a69a997f44aabc8761129b0ba /databases/py-bsddb3/files/patch-setup3.py | |
| parent | - Update to 1.7-8 (diff) | |
- fix build with python3 [1]
- fix packaging list for python >= 3.2.0 (using nivit's solution for
devel/py-virtualenv)
PR: 170443
Submitted by: Volodymyr Kostyrko <c.kworr at gmail dot com> [1]
Approved by: wen (maintainer)
Diffstat (limited to 'databases/py-bsddb3/files/patch-setup3.py')
| -rw-r--r-- | databases/py-bsddb3/files/patch-setup3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-bsddb3/files/patch-setup3.py b/databases/py-bsddb3/files/patch-setup3.py index 0ca781085917..f93ce03ad7be 100644 --- a/databases/py-bsddb3/files/patch-setup3.py +++ b/databases/py-bsddb3/files/patch-setup3.py @@ -19,7 +19,7 @@ - if not '-ldb' in LIBS: - libname = [dblib] + if not '-l%%DBVERSION%%' in LIBS: -+ libname = [%%DBVERSION%%] ++ libname = ['%%DBVERSION%%'] else: if debug: print("LIBS already contains '-ldb' not adding our own", "'-l"+dblib+"'") libname = [] |
