Replace r404748 with the correct change.
This commit is contained in:
parent
7b3cd29d73
commit
44ebb85f1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404750
1 changed files with 6 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue