Lines 65-71
Link Here
|
65 |
PTHREAD_LDFLAGS="${PTHREAD_LIBS}" |
65 |
PTHREAD_LDFLAGS="${PTHREAD_LIBS}" |
66 |
|
66 |
|
67 |
USE_PYTHON= 2 |
67 |
USE_PYTHON= 2 |
68 |
USES= shebangfix compiler perl5 pkgconfig iconv readline cpe |
68 |
USES= compiler cpe execinfo iconv perl5 pkgconfig readline \ |
|
|
69 |
shebangfix |
69 |
USE_PERL5= build |
70 |
USE_PERL5= build |
70 |
USE_LDCONFIG= ${SAMBA4_LIBDIR} |
71 |
USE_LDCONFIG= ${SAMBA4_LIBDIR} |
71 |
WAF_TOOL= buildtools/bin/waf |
72 |
WAF_TOOL= buildtools/bin/waf |
Lines 76-84
Link Here
|
76 |
# XXX: Unconditional dependencies which can't be switched off(if present in the system) |
77 |
# XXX: Unconditional dependencies which can't be switched off(if present in the system) |
77 |
# popt |
78 |
# popt |
78 |
LIB_DEPENDS+= libpopt.so:${PORTSDIR}/devel/popt |
79 |
LIB_DEPENDS+= libpopt.so:${PORTSDIR}/devel/popt |
79 |
# XXX: We should try to switch to libunwind, libexecinfo is gcc specific(?) |
|
|
80 |
# backtrace |
81 |
LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo |
82 |
# inotify |
80 |
# inotify |
83 |
LIB_DEPENDS+= libinotify.so:${PORTSDIR}/devel/libinotify |
81 |
LIB_DEPENDS+= libinotify.so:${PORTSDIR}/devel/libinotify |
84 |
# SASL |
82 |
# SASL |