summaryrefslogtreecommitdiff
path: root/lang/python26
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/python26
parentVersion 1.1.12 (released 03-Nov-2011) (diff)
- Remove outdated patch to prune __wchar_t from CFLAGS (python-config --cflags)
- Bump PORTREVISION for package change PR: ports/161564 Submitted by: Nali Toja <nalitoja@gmail.com>
Notes
Notes: svn path=/head/; revision=285071
Diffstat (limited to 'lang/python26')
-rw-r--r--lang/python26/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 915a94478d75..ae8aee22b92e 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -3,10 +3,11 @@
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
+#
PORTNAME= python26
PORTVERSION= 2.6.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -80,9 +81,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)
PLIST_SUB+= THREADS=""
.if defined(WITH_PTH)