1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Add libiconv-dependency.

Closes PR:	ports/68777
Submitted by:	Chris Johnson
Patch by:	ports/c0decafe.net
This commit is contained in:
Volker Stolz 2004-07-09 13:46:33 +00:00
parent af23b32619
commit efd8e218f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113275
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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