mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
Apply maintainer-sanctioned fix fir the !WITH_MULTIBYTE case.
The patch in the PR bumped PORTREVISION. I didn't do this, because this is a build-time fix. If the build worked for you before, this change doesn't change any bits in the generated package. PR: ports/61565 Submitted by: maintainer Prodded by: krion
This commit is contained in:
parent
1df5ae9aec
commit
79d7f6ea23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98539
@ -28,9 +28,9 @@ CONFIGURE_ARGS= --with-openssl --disable-konst
|
||||
|
||||
.if defined(WITH_MULTIBYTE)
|
||||
CONFIGURE_ARGS+= --enable-locales-fix
|
||||
#.else
|
||||
#pre-patch:
|
||||
# @${ECHO_CMD} "Type \"make WITH_MULTIBYTE=yes\" if you want multibyte support."
|
||||
.else
|
||||
pre-fetch:
|
||||
@${ECHO_CMD} "Type \"make WITH_MULTIBYTE=yes\" if you want multibyte support."
|
||||
.endif
|
||||
|
||||
.if defined(WITH_FRIBIDI)
|
||||
|
@ -28,9 +28,9 @@ CONFIGURE_ARGS= --with-openssl --disable-konst
|
||||
|
||||
.if defined(WITH_MULTIBYTE)
|
||||
CONFIGURE_ARGS+= --enable-locales-fix
|
||||
#.else
|
||||
#pre-patch:
|
||||
# @${ECHO_CMD} "Type \"make WITH_MULTIBYTE=yes\" if you want multibyte support."
|
||||
.else
|
||||
pre-fetch:
|
||||
@${ECHO_CMD} "Type \"make WITH_MULTIBYTE=yes\" if you want multibyte support."
|
||||
.endif
|
||||
|
||||
.if defined(WITH_FRIBIDI)
|
||||
|
Loading…
x
Reference in New Issue
Block a user