From c134336bbb6c3111438f1d50e9b55ed49e149a77 Mon Sep 17 00:00:00 2001
From: Lorenz Schori <lo@znerol.ch>
Date: Wed, 18 Nov 2009 21:24:52 +0100
Subject: [PATCH 4/5] OSX Installer: update README

---
 bacula/platforms/osx/README |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/bacula/platforms/osx/README b/bacula/platforms/osx/README
index 387f096..44813d1 100644
--- a/bacula/platforms/osx/README
+++ b/bacula/platforms/osx/README
@@ -11,7 +11,7 @@ passwords in the configuration files are generated during a first time
 installation and file permissions are checked and corrected on upgrades.
 
 Requirements:
-* Mac OS X 10.4 or later
+* Mac OS X 10.5 or later (building/packaging), 10.4 or later (deployment)
 * Mac OS X developer tools installed
 
 Example (compile and create package from within bacula source tree):
@@ -53,6 +53,3 @@ Additional notes on the build-script:
     CFLAGS=-O -g -arch i386 -arch ppc
     CXXFLAGS=${CFLAGS}
     LDFLAGS=-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -arch i386 -arch ppc
-
-    Because the configure-scripts fails on 10.4 when -syslibroot is specified,
-    this option is supplied to make only.
-- 
1.6.5

