Replace r404748 with the correct change.

This commit is contained in:
Marius Strobl 2015-12-29 15:16:21 +00:00
parent 7b3cd29d73
commit 44ebb85f1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404750

View file

@ -89,10 +89,13 @@ MAKE_ENV= CCOM=cc GMAKE_NOWARN=true INS_BASE=${LOCALBASE} \
CDRTLSTARGET= ${ARCH}-${OPSYS:tl}-cc
CDRTLSXARCH!= ${UNAME} -m
.if exists(/usr/include/iconv.h) || exists(${LOCALBASE}/lib/libiconv.a) || \
.if exists(/usr/include/iconv.h)
USES+= iconv
.endif
.if exists(${LOCALBASE}/lib/libiconv.a) || \
exists(${LOCALBASE}/lib/libintl.a) || ${PORT_OPTIONS:MNLS}
#MAKE_ENV+= DEFOSINCDIRS=${LOCALBASE}/include LDPATH=-L${LOCALBASE}/lib
#USES+= gettext iconv
MAKE_ENV+= DEFOSINCDIRS=${LOCALBASE}/include LDPATH=-L${LOCALBASE}/lib
USES+= gettext iconv
.endif
post-extract: