aboutsummaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-05 13:18:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-05 13:18:26 +0000
commit03ff71952dd0d66dd6073e4f803cbc25fc6230eb (patch)
tree02717a43beaa3c8b8ee1a4998a8c040dfac61fa2 /lang/python24
parent26ff21a4257f3bdddd387d2971015b21156594e5 (diff)
Notes
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 7a22c2436dd0..05e293015dba 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -7,7 +7,7 @@
PORTNAME= python24
PORTVERSION= 2.4.5
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -57,9 +57,6 @@ PLIST_SUB+= IF_DEFAULT=""
PLIST_SUB+= IF_DEFAULT="@comment "
.endif
-# workaround for a bug in base curses.h.
-CFLAGS+= -D__wchar_t=wchar_t
-
.if !defined(WITHOUT_THREADS)
CONFIGURE_ARGS+= --with-threads
CFLAGS+= ${PTHREAD_CFLAGS}