From 0d0f056de54a4be446c0f35de42034270bf4d452 Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Wed, 23 Jul 2014 12:11:14 +0000 Subject: [PATCH] rpm4 does not build if default python is 3.x - force use of python 2.7 PR: 192061 Submitted by: pi --- archivers/rpm4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 4f5e27345e04..25a2187136bf 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFINE= PYTHON NLS DOCS OPTIONS_DEFAULT=PYTHON NLS OPTIONS_SUB= yes PYTHON_CONFIGURE_ENABLE=python -PYTHON_USE= PYTHON=yes +PYTHON_USE= PYTHON=2.7 NLS_CONFIGURE_ENABLE=nls NLS_USES= gettext PORTDOCS= *