From fad4e528fe819bd57bf3f9153d738cd3442ac0b4 Mon Sep 17 00:00:00 2001
From: Mitchell Livingston <livings124@transmissionbt.com>
Date: Sat, 5 Apr 2008 20:27:13 +0000
Subject: [PATCH] store mac support files in the right location

---
 libtransmission/platform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libtransmission/platform.c b/libtransmission/platform.c
index e7dfd26d8..d5a49a6cb 100644
--- a/libtransmission/platform.c
+++ b/libtransmission/platform.c
@@ -500,7 +500,7 @@ tr_getDefaultConfigDir( void )
         }
         else
         {
-#ifdef DARWIN
+#ifdef SYS_DARWIN
             tr_buildPath( path, sizeof( path ),
                           getHomeDir( ), "Library", "Application Support",
                           "Transmission", NULL );
-- 
2.40.0