1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Fix typo in UCS4 knob handling.

Noted by:	Dominic Fandrey <kamikaze@bsdforen.de> via freebsd-python@
This commit is contained in:
Tom McLaughlin 2009-02-22 19:56:00 +00:00
parent ceeba00305
commit d8cb06964c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228839
2 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,7 @@
PORTNAME= python26
PORTVERSION= 2.6.1
PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@ -83,7 +84,7 @@ CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif # !defined(WITHOUT_THREADS)
.if !defined(WITHOUT_UCS4) && !defined(WITH_UCS2)
CONFIGURE_ARGS-= --enable-unicode=ucs4
CONFIGURE_ARGS+= --enable-unicode=ucs4
.endif
.if defined(WITHOUT_PYMALLOC)

View File

@ -6,6 +6,7 @@
PORTNAME= python26
PORTVERSION= 2.6.1
PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@ -83,7 +84,7 @@ CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif # !defined(WITHOUT_THREADS)
.if !defined(WITHOUT_UCS4) && !defined(WITH_UCS2)
CONFIGURE_ARGS-= --enable-unicode=ucs4
CONFIGURE_ARGS+= --enable-unicode=ucs4
.endif
.if defined(WITHOUT_PYMALLOC)