From 4100b61c3c9ff9aba9ab7148321700cdc4844ff1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= <larryv@macports.org>
Date: Tue, 20 Jan 2015 18:28:16 -0500
Subject: [PATCH 02/16] BuildSystem: Create configs for OS X Yosemite

---
 macosx/xcconfig/base/os.osx1010.xcconfig | 2 ++
 macosx/xcconfig/osx1010.i386.xcconfig    | 3 +++
 macosx/xcconfig/osx1010.x86_64.xcconfig  | 3 +++
 3 files changed, 8 insertions(+)
 create mode 100644 macosx/xcconfig/base/os.osx1010.xcconfig
 create mode 100644 macosx/xcconfig/osx1010.i386.xcconfig
 create mode 100644 macosx/xcconfig/osx1010.x86_64.xcconfig

diff --git a/macosx/xcconfig/base/os.osx1010.xcconfig b/macosx/xcconfig/base/os.osx1010.xcconfig
new file mode 100644
index 0000000..d06a9d3
--- /dev/null
+++ b/macosx/xcconfig/base/os.osx1010.xcconfig
@@ -0,0 +1,2 @@
+SDKROOT = macosx10.10
+MACOSX_DEPLOYMENT_TARGET = 10.10
diff --git a/macosx/xcconfig/osx1010.i386.xcconfig b/macosx/xcconfig/osx1010.i386.xcconfig
new file mode 100644
index 0000000..beb8e33
--- /dev/null
+++ b/macosx/xcconfig/osx1010.i386.xcconfig
@@ -0,0 +1,3 @@
+#include "base/os.osx1010.xcconfig"
+#include "base/arch.i386.xcconfig"
+EXTERNAL_XCCONFIG = osx1010.i386
diff --git a/macosx/xcconfig/osx1010.x86_64.xcconfig b/macosx/xcconfig/osx1010.x86_64.xcconfig
new file mode 100644
index 0000000..5f17649
--- /dev/null
+++ b/macosx/xcconfig/osx1010.x86_64.xcconfig
@@ -0,0 +1,3 @@
+#include "base/os.osx1010.xcconfig"
+#include "base/arch.x86_64.xcconfig"
+EXTERNAL_XCCONFIG = osx1010.x86_64
-- 
2.3.0

