summaryrefslogtreecommitdiffstats
path: root/freebsd/core/tdenetwork/Makefile
diff options
context:
space:
mode:
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" \