From b4c96c9eb2a5049fea66a39a61d9bfe5c925848d Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Sun, 6 Jun 2010 22:18:14 +0000 Subject: [PATCH] zlib: require minimum Xcode versions for each supported OS, to prevent weird errors when trying to install using a version of Xcode not designed for the current OS version; see https://trac.macports.org/ticket/24599 git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@68569 d073be05-634f-4543-b044-5fe20cf6d1d6 --- archivers/zlib/Portfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archivers/zlib/Portfile b/archivers/zlib/Portfile index 29830866b85..f63e8c4a14b 100644 --- a/archivers/zlib/Portfile +++ b/archivers/zlib/Portfile @@ -1,6 +1,7 @@ # $Id$ PortSystem 1.0 +PortGroup xcodeversion 1.0 name zlib version 1.2.5 @@ -25,6 +26,8 @@ checksums md5 be1e89810e66150f5b0327984d8625a0 \ sha1 543fa9abff0442edca308772d6cef85557677e02 \ rmd160 c6c4c2a2a205061b21487e69234106f5517b4b32 +minimum_xcodeversions {8 2.4.1 9 3.1 10 3.2} + patchfiles patch-Makefile.in.diff configure.universal_args