Lines 32-38
Link Here
|
32 |
AUTOCONF_ARGS= ${IPATHS} |
32 |
AUTOCONF_ARGS= ${IPATHS} |
33 |
|
33 |
|
34 |
GNU_CONFIGURE= yes |
34 |
GNU_CONFIGURE= yes |
35 |
USES= gmake pkgconfig iconv cpe |
35 |
USES= cpe execinfo iconv gmake pkgconfig |
36 |
USE_AUTOTOOLS= autoconf autoheader |
36 |
USE_AUTOTOOLS= autoconf autoheader |
37 |
USE_LDCONFIG= ${SAMBA_LIBDIR} |
37 |
USE_LDCONFIG= ${SAMBA_LIBDIR} |
38 |
# pkg-config is used to find talloc |
38 |
# pkg-config is used to find talloc |
Lines 81-88
Link Here
|
81 |
CONFIGURE_ENV+= ac_cv_header_sys_mount_h=yes |
81 |
CONFIGURE_ENV+= ac_cv_header_sys_mount_h=yes |
82 |
# XXX: readdir test fails on ZFS, bringing unusable replacement code |
82 |
# XXX: readdir test fails on ZFS, bringing unusable replacement code |
83 |
CONFIGURE_ENV+= libreplace_cv_READDIR_NEEDED=no |
83 |
CONFIGURE_ENV+= libreplace_cv_READDIR_NEEDED=no |
84 |
# Let process generate meaningful backtrace on a core dump |
|
|
85 |
LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo |
86 |
# tdb |
84 |
# tdb |
87 |
BUILD_DEPENDS+= tdb>=1.2.6:${PORTSDIR}/databases/tdb |
85 |
BUILD_DEPENDS+= tdb>=1.2.6:${PORTSDIR}/databases/tdb |
88 |
RUN_DEPENDS+= tdb>=1.2.6:${PORTSDIR}/databases/tdb |
86 |
RUN_DEPENDS+= tdb>=1.2.6:${PORTSDIR}/databases/tdb |