mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
c3270 doesn't depends on devel/icu2 at all
This commit is contained in:
parent
a4cba20000
commit
63deaa5b51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266401
@ -73,7 +73,6 @@ CONFIGURE_ARGS+= --disable-apl
|
||||
# EBCDIC double-byte character set support is disabled by default
|
||||
.if defined(WITH_DBCS) && !defined(WITHOUT_DBCS)
|
||||
CONFIGURE_ARGS+= --enable-dbcs
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/include/unicode/ucnv.h:${PORTSDIR}/devel/icu2:install
|
||||
PLIST_SUB+= DBCS=""
|
||||
.else
|
||||
PLIST_SUB+= DBCS="@comment "
|
||||
@ -103,13 +102,6 @@ CONFIGURE_ARGS+= --disable-tn3270e
|
||||
CONFIGURE_ARGS+= --disable-trace
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
# icu2-2.8 gets choked with subchar1 tags
|
||||
.if defined(WITH_DBCS) && !defined(WITHOUT_DBCS)
|
||||
${REINPLACE_CMD} -e 's/^<subchar1>/#<subchar1>/g' \
|
||||
${WRKSRC}/*.ucm
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@( cd ${WRKSRC} && ${GMAKE} ${MAKE_FLAGS} Makefile install.man )
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
Loading…
Reference in New Issue
Block a user