diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-09 13:46:33 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-09 13:46:33 +0000 |
commit | efd8e218f23ebb744e6d5800dfdd10c9c04580da (patch) | |
tree | 6154eff67902e3768c5d7fc4c3dd96eca720d37a /net-im/jabber-aim | |
parent | af23b326196d8f7177abab5eae51f7e80396c5c1 (diff) | |
download | ports-efd8e218f23ebb744e6d5800dfdd10c9c04580da.tar.gz ports-efd8e218f23ebb744e6d5800dfdd10c9c04580da.zip |
Notes
Diffstat (limited to 'net-im/jabber-aim')
-rw-r--r-- | net-im/jabber-aim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/jabber-aim/Makefile b/net-im/jabber-aim/Makefile index 12ce66b68a25..ad583232f034 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 |