aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-21 14:15:33 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-21 14:15:33 +0000
commit7e8afbe876a66222f9666655b257313984f2f229 (patch)
tree307ee5ecbc570b83068eb6fafdaf8a9bcee3af85 /net-im
parent1f39a9465df1bf53397ea2e4156d160402cbf796 (diff)
downloadports-7e8afbe876a66222f9666655b257313984f2f229.tar.gz
ports-7e8afbe876a66222f9666655b257313984f2f229.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/kopete-kde4/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile
index 3e461c0e272a..6e1f2fb09f84 100644
--- a/net-im/kopete-kde4/Makefile
+++ b/net-im/kopete-kde4/Makefile
@@ -46,18 +46,11 @@ CMAKE_ARGS+= -DWITH_Alsa:BOOL=OFF
# Route Mozilla plugin by standard path.
CMAKE_ARGS+= -DMOZPLUGIN_INSTALL_DIR:PATH="${WEBPLUGIN_DIR}"
-# Forcefully disable net-im/libmsn which was deprecated on 2013-07-27.
-CMAKE_ARGS+= -DWITH_wlm:BOOL=OFF
+CMAKE_ARGS+= -DWITH_wlm:BOOL=OFF -DWITH_Xmms:BOOL=OFF
# Fix build with fresh multimedia/v4l_compat installed.
CFLAGS+= -DHAVE_LINUX_INTEGER_TYPES=1
-OPTIONS_DEFINE= XMMS
-XMMS_DESC= XMMS Kopete nowlistening plugin
-XMMS_LIB_DEPENDS= libxmms.so:multimedia/xmms
-XMMS_CMAKE_ON= -DWITH_Xmms:BOOL=ON
-XMMS_CMAKE_OFF= -DWITH_Xmms:BOOL=OFF
-
post-patch:
${REINPLACE_CMD} 's,-std=gnu90,-std=gnu89,' \
${WRKSRC}/protocols/jabber/libiris/CMakeLists.txt