Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2014 14:45:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363817 - head/lang/python27
Message-ID:  <201408021445.s72EjhS5003206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Aug  2 14:45:43 2014
New Revision: 363817
URL: http://svnweb.freebsd.org/changeset/ports/363817
QAT: https://qat.redports.org/buildarchive/r363817/

Log:
  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

Modified:
  head/lang/python27/Makefile

Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile	Sat Aug  2 14:12:21 2014	(r363816)
+++ head/lang/python27/Makefile	Sat Aug  2 14:45:43 2014	(r363817)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408021445.s72EjhS5003206>