View | Details | Raw Unified | Return to bug 242077 | Differences between
and this patch

Collapse All | Expand All

(-)databases/ldb14/Makefile 2020-01-12 12:49:02.670433000 -0500 (-1 / +6 lines)
Lines 104-110 Link Here
104
                       lib/libpyldb-util.so.1 \
104
                       lib/libpyldb-util.so.1 \
105
                       ${PYTHON_SITELIBDIR}/ldb.so \
105
                       ${PYTHON_SITELIBDIR}/ldb.so \
106
                       ${PYTHON_SITELIBDIR}/_ldb_text.py \
106
                       ${PYTHON_SITELIBDIR}/_ldb_text.py \
107
                       ${PKGCONFIGDIR}/pyldb-util.pc
107
                       ${PKGCONFIGDIR}/pyldb-util.pc \
108
                       %%PYTHON_SITELIBDIR%%/_tdb_text.py \
109
                       %%PYTHON_SITELIBDIR%%/_tevent.so \
110
                       %%PYTHON_SITELIBDIR%%/tdb.so \
111
                       %%PYTHON_SITELIBDIR%%/tevent.py
112
108
# XXX: This is a gross hack to make port use both Python 2.7+ and 3.3+
113
# XXX: This is a gross hack to make port use both Python 2.7+ and 3.3+
109
# This is not officially supported, use at your own risk
114
# This is not officially supported, use at your own risk
110
.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:M3\.[0-9]}
115
.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:M3\.[0-9]}

Return to bug 242077