summaryrefslogtreecommitdiffstats
path: root/net-im/jabber-aim
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-07-09 13:46:33 +0000
committervs <vs@FreeBSD.org>2004-07-09 13:46:33 +0000
commit35a3e2bb73efb4d39f47772b3b622cb57b79fcd5 (patch)
tree381cf682277fc5e72c338497a5c06b486853c534 /net-im/jabber-aim
parent0d572952d255b2f0493f6c44e55dd51bcff00671 (diff)
downloadFreeBSD-ports-35a3e2bb73efb4d39f47772b3b622cb57b79fcd5.zip
FreeBSD-ports-35a3e2bb73efb4d39f47772b3b622cb57b79fcd5.tar.gz
Add libiconv-dependency.
Closes PR: ports/68777 Submitted by: Chris Johnson Patch by: ports/c0decafe.net
Diffstat (limited to 'net-im/jabber-aim')
-rw-r--r--net-im/jabber-aim/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/jabber-aim/Makefile b/net-im/jabber-aim/Makefile
index 12ce66b..ad58323 100644
--- a/net-im/jabber-aim/Makefile
+++ b/net-im/jabber-aim/Makefile
@@ -22,9 +22,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-stable-${PORTVERSION:R}
PLIST_FILES= lib/jabber/aimtrans.so
USE_GMAKE= yes
USE_AUTOCONF_VER= 259
+USE_ICONV= yes
CONFIGURE_ARGS+=--with-jabberd=${LOCALBASE}/include/jabber
-CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include/pth
+CONFIGURE_ENV= LDFLAGS="-liconv" LIBS="-L${LOCALBASE}/lib" \
+ CPPFLAGS="-I${LOCALBASE}/include/pth -I${LOCALBASE}/include"
do-install:
@${MKDIR} ${PREFIX}/lib/jabber
OpenPOWER on IntegriCloud