summaryrefslogtreecommitdiffstats
path: root/net-im/libpurple/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-22 14:30:45 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-22 14:30:45 +0800
commit4adcc4bcd09d14af369100931b4faf3ddbbb4bce (patch)
tree0a58e2d69632b2bde130be9c6923f726ca2003d9 /net-im/libpurple/Makefile
parent13ece7a10717e83e52a181ceffd3b0f9460bb594 (diff)
downloadmarcuscom-ports-4adcc4bcd09d14af369100931b4faf3ddbbb4bce.tar
marcuscom-ports-4adcc4bcd09d14af369100931b4faf3ddbbb4bce.tar.gz
marcuscom-ports-4adcc4bcd09d14af369100931b4faf3ddbbb4bce.tar.bz2
marcuscom-ports-4adcc4bcd09d14af369100931b4faf3ddbbb4bce.tar.lz
marcuscom-ports-4adcc4bcd09d14af369100931b4faf3ddbbb4bce.tar.xz
marcuscom-ports-4adcc4bcd09d14af369100931b4faf3ddbbb4bce.tar.zst
marcuscom-ports-4adcc4bcd09d14af369100931b4faf3ddbbb4bce.zip
Fix SILC support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8216 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/libpurple/Makefile')
-rw-r--r--net-im/libpurple/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 4686438d8..77ae93f89 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -3,7 +3,7 @@
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/libgaim/Makefile,v 1.3 2007/01/20 20:31:45 marcus Exp $
+# $MCom: ports/net-im/libgaim/Makefile,v 1.4 2007/01/22 00:57:26 marcus Exp $
#
PORTNAME= gaim
@@ -35,6 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_C
# Gaim slave ports that require the following functionality, must explicitly
# set these macros themselves.
USE_GETTEXT= yes
+USE_ICONV= yes
USE_LDCONFIG= yes
WANT_GNOME= yes
USE_PYTHON= yes
@@ -127,8 +128,9 @@ CONFIGURE_ARGS+= --enable-cyrus-sasl
.endif
.if defined(WITH_SILC)
-LIB_DEPENDS+= silcclient-1.0.3:${PORTSDIR}/devel/silc-toolkit
-CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc
+LIB_DEPENDS+= silcclient-1.0.4:${PORTSDIR}/devel/silc-toolkit
+CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc \
+ --with-silc-libs=${LOCALBASE}/lib
PLIST_SUB+= SILC=""
PRPL_MODULES:= ${PRPL_MODULES},silc
.else
@@ -210,7 +212,7 @@ post-patch:
-e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
-e 's|-lpanel |-lpanel -lncurses|g' \
-e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
- -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} -ldl|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \
+ -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} $$LIBDL|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \
-e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \
-e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \
${WRKSRC}/configure