From 1c89fe23b856f8d545fc6e99f90f38abfe0a8841 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 2 Aug 2014 14:45:43 +0000 Subject: Add back ac_cv_opt_olimit_ok=no, this is misdected with clang and causes failures for ports using python's BASEFLAGS (devel/py-mx-experimental for instance) See also: r335669 With hat: portmgr --- lang/python27/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 43f6f03ba4aa..1de0f20d2109 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -2,7 +2,7 @@ PORTNAME= python27 PORTVERSION= 2.7.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION} @@ -23,7 +23,7 @@ CPE_PRODUCT= ${CPE_VENDOR} CPE_VERSION= ${PORTVERSION} CONFIGURE_ARGS+= --enable-shared -CONFIGURE_ENV+= OPT="" # Null out OPT to respect user CFLAGS and remove optimizations +CONFIGURE_ENV+= ac_cv_opt_olimit_ok=no OPT="" # Null out OPT to respect user CFLAGS and remove optimizations INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files SHAREMODE= 644 # Match upstream INSTALL_DATA=644, so we can STRIP shared libraries -- cgit