From 2eebbc6950acc7d3d1c2d3fbeb3c81c7fa6df419 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Mon, 15 Nov 2021 14:31:39 +0000
Subject: [PATCH] MNT: Add Makefile flag for conditional compilation against
 old-or-new FSL

---
 config/default.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/config/default.mk b/config/default.mk
index 29db81a..fd84d5f 100644
--- a/config/default.mk
+++ b/config/default.mk
@@ -1,3 +1,10 @@
+# Boolean flag which defines this FSL installation
+# as being from FSL 6.0.6 or newer (a conda-based
+# FSL installation). This flag may be used by FSL
+# Makefiles which need to preserve support for
+# older versions of FSL.
+FSL_POST_606 := true
+
 # Platform specific settings and defaults,
 # which are used by vars.mk
 include ${FSLCONFDIR}/buildSettings.mk
-- 
GitLab