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:
parent
af23b32619
commit
efd8e218f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113275
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user