summaryrefslogtreecommitdiffstats
path: root/freebsd/core/tdenetwork/Makefile
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-10-27 04:21:15 +0200
committerSlávek Banko <[email protected]>2021-10-29 13:25:04 +0200
commit0be4bb38e65d682e612205f5865a5529b42dc5f1 (patch)
tree9a67f67cdd05cbb6b67a396ba1d4293da17dd1fa /freebsd/core/tdenetwork/Makefile
parentb9d33de3622fcad3fdfdc9b1464b4bc160f205ba (diff)
downloadtde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.tar.gz
tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.zip
FreeBSD: Update for final release R14.0.11.r14.0.11
Adjusted to new a layout of applications folder. Pinetry-tqt package is not built within the tree. Switch several applications to CMake. Add ports for several applications. Add port for cmake-trinity. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'freebsd/core/tdenetwork/Makefile')
-rw-r--r--freebsd/core/tdenetwork/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/freebsd/core/tdenetwork/Makefile b/freebsd/core/tdenetwork/Makefile
index 0be497774..e4d38e5fa 100644
--- a/freebsd/core/tdenetwork/Makefile
+++ b/freebsd/core/tdenetwork/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
libtqca.so:${PORTSDIR}/x11/trinity/dependencies/tqca \
BUILD_DEPENDS+=\
- ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat \
+ ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \
LIB_DEPENDS+=\
libgadu.so:${PORTSDIR}/polish/libgadu \
@@ -37,10 +37,12 @@ post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
\
+ -DWITH_ALL_OPTIONS="ON" \
+ -DWITH_JINGLE="OFF" \
+ -DWITH_SPEEX="OFF" \
+ -DWITH_GSM="OFF" \
+ -DWITH_XMMS="OFF" \
-DBUILD_ALL="ON" \
- -DWITH_LIBXSLT="ON" \
- -DWITH_ARTS="ON" \
- -DWITH_SLP="ON" \
-DBUILD_KOPETE_PROTOCOL_ALL="ON" \
-DBUILD_KOPETE_PLUGIN_ALL="ON" \
-DBUILD_WIFI="OFF" \