diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-12-05 13:33:17 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-12-05 13:33:17 +0000 |
commit | a8610b8d32a91a7ad0296869dd48b3938f5f1730 (patch) | |
tree | 31a668a0e21836dcf4e3d19bd43b4272f9058a36 /lang/python27 | |
parent | c743d766cadf886504ca19ab4385a454096c89e0 (diff) | |
download | ports-a8610b8d32a91a7ad0296869dd48b3938f5f1730.tar.gz ports-a8610b8d32a91a7ad0296869dd48b3938f5f1730.zip |
Notes
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/files/patch-configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/python27/files/patch-configure b/lang/python27/files/patch-configure deleted file mode 100644 index b0d43b5d373a..000000000000 --- a/lang/python27/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig 2013-01-14 13:38:53.000000000 +0000 -+++ configure 2013-01-14 13:39:14.000000000 +0000 -@@ -5642,8 +5642,8 @@ - BASECFLAGS="$BASECFLAGS $ac_arch_flags" - fi - --# disable check for icc since it seems to pass, but generates a warning --if test "$CC" = icc -+# disable check for icc and clang since it seems to pass, but generates a warning -+if test "$CC" = icc -o "$CC" = clang - then - ac_cv_opt_olimit_ok=no - fi |