diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-02 22:45:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-02 22:45:43 +0800 |
commit | 1c89fe23b856f8d545fc6e99f90f38abfe0a8841 (patch) | |
tree | fdbd876696f2d6d4921fe3d5cb6ca829db3b2ca5 /lang | |
parent | 3af5f584a5207980caa714ceea33158c305c37e1 (diff) | |
download | freebsd-ports-gnome-1c89fe23b856f8d545fc6e99f90f38abfe0a8841.tar.gz freebsd-ports-gnome-1c89fe23b856f8d545fc6e99f90f38abfe0a8841.tar.zst freebsd-ports-gnome-1c89fe23b856f8d545fc6e99f90f38abfe0a8841.zip |
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
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python27/Makefile | 4 |
1 files 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 |