mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04: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
2 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue