From 5ac9710088c64d2e30c1fb55e8832272642b99bb Mon Sep 17 00:00:00 2001
From: "Enrico M. Crisostomo" <enrico.m.crisostomo@gmail.com>
Date: Tue, 19 Aug 2014 19:52:27 +0200
Subject: [PATCH] Add compiler blacklist as suggested by MacPorts comment on
https://trac.macports.org/ticket/44705.
---
ports/sysutils/fswatch/Portfile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ports/sysutils/fswatch/Portfile b/ports/sysutils/fswatch/Portfile
index 605b336..48501f1 100644
a
|
b
|
|
3 | 3 | |
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup github 1.0 |
| 6 | PortGroup compiler_blacklist_versions 1.0 |
| 7 | |
| 8 | compiler.blacklist gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 {clang < 137} |
6 | 9 | |
7 | 10 | github.setup emcrisostomo fswatch 1.3.9 |
8 | 11 | github.tarball_from releases |