diff options
Diffstat (limited to 'converters/py-zfec/Makefile')
-rw-r--r-- | converters/py-zfec/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/py-zfec/Makefile b/converters/py-zfec/Makefile index 5526c3dd7b7..e40e4b31a46 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/02/12 19:55:09 gls Exp $ +# $NetBSD: Makefile,v 1.8 2012/02/16 18:06:45 hans Exp $ # DISTNAME= zfec-1.4.22 @@ -18,6 +18,8 @@ DEPENDS+= ${PYPKGPREFIX}-darcsver-[0-9]*:../../devel/py-darcsver DEPENDS+= ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat +CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 + REPLACE_INTERPRETER+= python REPLACE.python.old= /usr/bin/env python REPLACE.python.new= ${PYTHONBIN} |