1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Unbreak the !WITH_MULTIBYTE case, where script for the pre-patch target

was duplicated.

Maintainer will be notified.
This commit is contained in:
Sheldon Hearn 2004-01-19 09:10:32 +00:00
parent 12da4f2a0a
commit dc87fea541
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98535
2 changed files with 6 additions and 6 deletions

View File

@ -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-patch:
# @${ECHO_CMD} "Type \"make WITH_MULTIBYTE=yes\" if you want multibyte support."
.endif
.if defined(WITH_FRIBIDI)

View File

@ -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-patch:
# @${ECHO_CMD} "Type \"make WITH_MULTIBYTE=yes\" if you want multibyte support."
.endif
.if defined(WITH_FRIBIDI)