Add missing ${ICONV_LIB}.
Spotted by: mat
This commit is contained in:
parent
df9e65d9e9
commit
ad5be98a94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392706
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ CONFIGURE_ARGS= --enable-bzip --enable-lzo --enable-zlib \
|
|||
--enable-iconv --enable-pthread
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CFLAGS+= -fPIC -fsigned-char
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
||||
MAKE_ARGS= MYDATADIR="${DOCSDIR}" MYDOCS="${PORTDOCS}" \
|
||||
MYPCDIR="${PREFIX}/libdata/pkgconfig"
|
||||
INSTALL_TARGET= install-strip
|
||||
|
|
Loading…
Reference in a new issue