From 03ff71952dd0d66dd6073e4f803cbc25fc6230eb Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 5 Nov 2011 13:18:26 +0000 Subject: - Remove outdated patch to prune __wchar_t from CFLAGS (python-config --cflags) - Bump PORTREVISION for package change PR: ports/161564 Submitted by: Nali Toja --- lang/python26/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lang/python26') 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 # # $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) -- cgit v1.2.3