Fix build on 8.x and 9.x.
This commit is contained in:
parent
4103c35414
commit
772cb7780e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392941
@ -26,7 +26,7 @@ CONFIGURE_ARGS= --enable-kanji-iconv \
|
||||
--with-system-kpathsea \
|
||||
--with-kpathsea-includes=${LOCALBASE}/include \
|
||||
--with-kpathsea-libdir=${LOCALBASE}/lib
|
||||
LIBS+= ${ICONV_LIB}
|
||||
LIBS+= -L${ICONV_PREFIX}/lib ${ICONV_LIB}
|
||||
CPPFLAGS+= -I${ICONV_PREFIX}/include
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user