diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-05 21:18:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-05 21:18:26 +0800 |
commit | b61ac048ee6db93671e8fe70c03db9bbf2e42346 (patch) | |
tree | 05134dc80d81d858e0dac4412a47cb2ccf3b58a3 /lang/python31 | |
parent | f3fdac3728b7f07dc6943ce9608defe9a08f3b5c (diff) | |
download | freebsd-ports-graphics-b61ac048ee6db93671e8fe70c03db9bbf2e42346.tar.gz freebsd-ports-graphics-b61ac048ee6db93671e8fe70c03db9bbf2e42346.tar.zst freebsd-ports-graphics-b61ac048ee6db93671e8fe70c03db9bbf2e42346.zip |
- 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>
Diffstat (limited to 'lang/python31')
-rw-r--r-- | lang/python31/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile index ccd3a9aa10f..2ebcea9b19c 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -3,10 +3,11 @@ # Whom: Li-Wen Hsu <lwhsu@FreeBSD.org> # # $FreeBSD$ +# PORTNAME= python31 PORTVERSION= 3.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -65,9 +66,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="" CONFIGURE_ARGS+= --with-threads |